diff --git a/Projects-using-Telethon.md b/Projects-using-Telethon.md index 72946aa..5b6f64c 100644 --- a/Projects-using-Telethon.md +++ b/Projects-using-Telethon.md @@ -98,4 +98,7 @@ A graphical flow editor storytelling engine. Connect External Software and Hardw ## [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/) \ No newline at end of file +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. \ No newline at end of file