Updated Projects using Telethon (markdown)

Aahnik Daw 2021-05-16 19:33:26 +05:30
parent e465288292
commit 4b9733d6e5

@ -1,6 +1,6 @@
This page lists some real world examples showcasing what can be built with the library.
This page lists some real-world examples showcasing what can be built with the library.
Some are more interesting or useful than others, but it should give you a bit of an idea on what can be built with the library and perhaps draw inspiration from them.
Some are more interesting or useful than others, but it should give you a bit of an idea of what can be built with the library and perhaps draw inspiration from them.
**Please do not change the order of the list!** You can add your project to the bottom (and obviously don't modify other people's projects, unless you are fixing a typo). If a maintainer of the Telethon project finds your contribution more outstanding than the rest, it will be moved up.
@ -30,11 +30,11 @@ A Telegram client on your terminal.
## [garnet](https://github.com/uwinx/pomegranate) by [uwinx](https://github.com/uwinx)
Pomegranate (or garnet for short) is a small telethon add-on which features persistent conversations based on Finite State Machines (FSM), a new Filter to define handlers more conveniently and utilities to run code on start and finish of the client. Be sure to check the project to learn about its latest features, since this description may be out of date.
Pomegranate (or garnet for short) is a small telethon add-on that features persistent conversations based on Finite State Machines (FSM), a new Filter to define handlers more conveniently and utilities to run code on start and finish of the client. Be sure to check the project to learn about its latest features, since this description may be out of date.
## [tgcloud](https://dev.tgcloud.xyz/) [SlavikMIPT](https://github.com/SlavikMIPT).
Opensource Telegram based cloud storage.
Opensource Telegram-based cloud storage.
## [tgmount](https://github.com/nktknshn/tgmount) by [nktknshn](https://github.com/nktknshn)
@ -52,14 +52,14 @@ A tool to download Telegram data (users, chats, messages, and media) into a data
## [@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.
## [TerminalBot](https://github.com/SpEcHiDe/TerminalBot/tree/Telethon)
A Terminal Bot, inside Telegram to execute GNU/Linux / evaluate Python commands.
## [ConfluxBot](https://confluxbot.com)
ConfluxBot allows to connect multiple social Media accounts including Telegram, Discord and Twitter at 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)
- [Website](https://confluxbot.com)
@ -71,3 +71,6 @@ Sync your Telegram profile photo and name with songs playing on Spotify/LastFM.
## [Media-Search-Bot](https://github.com/SpEcHiDe/Media-Search-bot)
Search Videos / Audio / Documents / GiF using InLine mode of a specific chat, without using any database.
## [tgcf](https://github.com/aahnik/tgcf)
The ultimate tool to automate custom telegram message forwarding.