Move stuff around and remove stale projects

Lonami 2023-07-06 17:05:09 +02:00
parent aacadf19f8
commit 8f8643a7e8

@ -10,7 +10,7 @@ Some are more interesting or useful than others, but it should give you a bit of
[The documentation](https://docs.telethon.dev) is not the only place where you can find useful code snippets using the library. The main repository also has a folder with some cool examples (even a Tkinter GUI!) which you can download, edit and run to learn and play with them. [The documentation](https://docs.telethon.dev) is not the only place where you can find useful code snippets using the library. The main repository also has a folder with some cool examples (even a Tkinter GUI!) which you can download, edit and run to learn and play with them.
## [@TelethonSnippets](https://t.me/TelethonSnippets) ## [@TelethonSnippets2](https://t.me/TelethonSnippets2)
You can find useful short snippets for Telethon here. You can find useful short snippets for Telethon here.
@ -44,12 +44,12 @@ Mount Telegram dialogs and channels as a Virtual File System.
A tool for exporting Telegram group chats into static websites, preserving chat history like mailing list archives. A tool for exporting Telegram group chats into static websites, preserving chat history like mailing list archives.
## [Telegram-upload](https://github.com/Nekmo/telegram-upload/)
Telegram-upload uses your personal Telegram account to upload and download files up to 4 GiB (2 GiB for free users). This project improves the upload speed of Telethon by [uploading chunks in parallel](https://docs.nekmo.org/telegram-upload/upload_benchmark.html). A benchmark with the upload speed [is available](https://docs.nekmo.org/telegram-upload/upload_benchmark.html). Telegram-upload is widely [tested](https://app.codecov.io/github/Nekmo/telegram-upload) and has been in development since 2018. The project has multiple features like interactive mode, video thumbs, split & join large files, advanced formatting for caption messages and more.
--- ---
## [telegram-export](https://github.com/expectocode/telegram-export) by [expectocode](https://github.com/expectocode/)
A tool to download Telegram data (users, chats, messages, and media) into a database (and display the saved data). Due to Telegram's constant changes and lack of interest to continue development, the repository is now archived.
## [@CheckRestrictionsBot](https://telegram.dog/CheckRestrictionsBot) ## [@CheckRestrictionsBot](https://telegram.dog/CheckRestrictionsBot)
A Telegram bot, to check what restrictions bots, groups, or channels have. It also works with Private Channel Link and Telegram Regional Restrictions. A Telegram bot, to check what restrictions bots, groups, or channels have. It also works with Private Channel Link and Telegram Regional Restrictions.
@ -59,6 +59,7 @@ A Telegram bot, to check what restrictions bots, groups, or channels have. It al
A Terminal Bot, inside Telegram to execute GNU/Linux / evaluate Python commands. A Terminal Bot, inside Telegram to execute GNU/Linux / evaluate Python commands.
## [ConfluxBot](https://confluxbot.com) ## [ConfluxBot](https://confluxbot.com)
ConfluxBot allows connecting multiple social Media accounts including Telegram, Discord, and Twitter in one place. Users can create cross-posts between accounts and also forward messages between them by creating connections. ConfluxBot allows connecting multiple social Media accounts including Telegram, Discord, and Twitter in one place. Users can create cross-posts between accounts and also forward messages between them by creating connections.
- [Telegram Bot Link](https://telegram.me/ConfluxBot) - [Telegram Bot Link](https://telegram.me/ConfluxBot)
@ -91,14 +92,13 @@ A bot that converts e-books to various formats, powered by calibre! Currently, i
**Deltachat Telegram bridge** is an email based telegram bridge using Telethon and [simplebot](https://github.com/simplebot-org/simplebot) to communicate with telegram chats using the email. **Deltachat Telegram bridge** is an email based telegram bridge using Telethon and [simplebot](https://github.com/simplebot-org/simplebot) to communicate with telegram chats using the email.
## [telminal](https://github.com/fristhon/telminal) ## [telminal](https://github.com/fristhon/telminal)
Telminal is a Python package that helps you have your own server assistant Telegram bot. You can use Telminal as a terminal or to download & upload files. Telminal is a Python package that helps you have your own server assistant Telegram bot. You can use Telminal as a terminal or to download & upload files.
## [adaptor:ex](https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server) ## [adaptor:ex](https://gitlab.com/machina_ex/adaptor_ex/adaptor_ex_server)
A graphical flow editor storytelling engine. Connect External Software and Hardware with the Telegram Mesenger to create Games and Stories for Theater and Live Games, Escape Rooms, Scavenger Hunts and so forth. A graphical flow editor storytelling engine. Connect External Software and Hardware with the Telegram Mesenger to create Games and Stories for Theater and Live Games, Escape Rooms, Scavenger Hunts and so forth.
## [TGPy](https://github.com/tm-a-t/TGPy/) ## [TGPy](https://github.com/tm-a-t/TGPy/)
TGPy instantly runs Python code in your messages, as that was written in the Python shell. You can use any Python or Telethon features in your chats to run expressions, automate sending messages, and integrate other services. [Docs](https://tgpy.tmat.me/) TGPy instantly runs Python code in your messages, as that was written in the Python shell. You can use any Python or Telethon features in your chats to run expressions, automate sending messages, and integrate other services. [Docs](https://tgpy.tmat.me/)
## [Telegram-upload](https://github.com/Nekmo/telegram-upload/)
Telegram-upload uses your personal Telegram account to upload and download files up to 4 GiB (2 GiB for free users). This project improves the upload speed of Telethon by [uploading chunks in parallel](https://docs.nekmo.org/telegram-upload/upload_benchmark.html). A benchmark with the upload speed [is available](https://docs.nekmo.org/telegram-upload/upload_benchmark.html). Telegram-upload is widely [tested](https://app.codecov.io/github/Nekmo/telegram-upload) and has been in development since 2018. The project has multiple features like interactive mode, video thumbs, split & join large files, advanced formatting for caption messages and more.