diff --git a/readthedocs/basic/updates.rst b/readthedocs/basic/updates.rst index bf9ca92b..7e3a5e71 100644 --- a/readthedocs/basic/updates.rst +++ b/readthedocs/basic/updates.rst @@ -133,7 +133,7 @@ Entities When you need the user or chat where an event occurred, you **must** use the following methods: -.. code-block:: +.. code-block:: python async def handler(event): # Good diff --git a/readthedocs/examples/projects-using-telethon.rst b/readthedocs/examples/projects-using-telethon.rst index 7b7be2c1..60c29ceb 100644 --- a/readthedocs/examples/projects-using-telethon.rst +++ b/readthedocs/examples/projects-using-telethon.rst @@ -27,6 +27,13 @@ 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 +================= + +`@TelethonSnippets `_ + +You can find useful short snippets for Telethon here. + telegram-export =============== @@ -64,3 +71,35 @@ spotify_telegram_bio_updater Small project that updates the biography of a telegram user according to their current Spotify playback, or revert it if no playback is active. + +Telegram-UserBot +================ + +`Telegram-UserBot `_ / +`baalajimaestro's site `_ + +A modular telegram Python UserBot running on python3 with an sqlalchemy database. + +kantek +====== + +`kantek `_ / +`mojurasu's site `_ + +kantek is a userbot written in Python using Telethon. + +tgcloud +======= + +`tgcloud `_ / +`tgcloud's site `_ + +Opensource Telegram based cloud storage. + +tgmount +======= + +`tgmount `_ / +`nktknshn's GitHub `_ + +Mount Telegram dialogs and channels as a Virtual File System.