Port doc page on projects using Telethon to the wiki

Lonami 2020-06-06 12:29:02 +02:00
parent 9e0c1bb1f8
commit fcc83243b8

@ -0,0 +1,47 @@
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.
**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.
---
## [telethon_examples/](https://github.com/LonamiWebs/Telethon/tree/master/telethon_examples) from the [Telethon project](https://telethon.dev).
[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)
You can find useful short snippets for Telethon here.
## [telethon-secret-chat](https://github.com/painor/telethon-secret-chat) by [painor](https://github.com/painor)
This add-on can be used to work with secret chats in Telethon!
---
## [mautrix-telegram](https://github.com/tulir/mautrix-telegram) by [tulir](https://maunium.net/)
A Matrix-Telegram hybrid puppeting/relaybot bridge.
## [TelegramTUI](https://github.com/vtr0n/TelegramTUI) by [vtr0n](https://github.com/vtr0n)
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.
## [tgcloud](https://dev.tgcloud.xyz/) [SlavikMIPT](https://github.com/SlavikMIPT).
Opensource Telegram based cloud storage.
## [tgmount](https://github.com/nktknshn/tgmount) by [nktknshn](https://github.com/nktknshn)
Mount Telegram dialogs and channels as a Virtual File System.
---
## [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.