2019-05-09 13:24:37 +03:00
|
|
|
.. _telethon_projects:
|
|
|
|
|
2018-04-06 20:00:21 +03:00
|
|
|
=======================
|
|
|
|
Projects using Telethon
|
|
|
|
=======================
|
|
|
|
|
|
|
|
This page lists some real world examples showcasing what can be built with
|
|
|
|
the library.
|
|
|
|
|
|
|
|
.. note::
|
|
|
|
|
|
|
|
Do you have a project that uses the library or know of any that's not
|
|
|
|
listed here? Feel free to leave a comment at
|
|
|
|
`issue 744 <https://github.com/LonamiWebs/Telethon/issues/744>`_
|
|
|
|
so it can be included in the next revision of the documentation!
|
|
|
|
|
2018-05-17 13:00:22 +03:00
|
|
|
.. _projects-telegram-export:
|
2018-04-06 20:00:21 +03:00
|
|
|
|
2018-08-14 19:48:56 +03:00
|
|
|
telethon_examples/
|
2019-05-09 13:24:37 +03:00
|
|
|
==================
|
2018-08-14 19:48:56 +03:00
|
|
|
|
2019-05-09 13:24:37 +03:00
|
|
|
`telethon_examples <https://github.com/LonamiWebs/Telethon/tree/master/telethon_examples>`_ /
|
|
|
|
`LonamiWebs' site <https://lonamiwebs.github.io>`_
|
2018-08-14 19:48:56 +03:00
|
|
|
|
|
|
|
This documentation 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.
|
|
|
|
|
2018-04-06 20:00:21 +03:00
|
|
|
telegram-export
|
2019-05-09 13:24:37 +03:00
|
|
|
===============
|
2018-04-06 20:00:21 +03:00
|
|
|
|
2019-05-09 13:24:37 +03:00
|
|
|
`telegram-export <https://github.com/expectocode/telegram-export>`_ /
|
|
|
|
`expectocode's GitHub <https://github.com/expectocode>`_
|
2018-04-06 20:00:21 +03:00
|
|
|
|
|
|
|
A tool to download Telegram data (users, chats, messages, and media)
|
|
|
|
into a database (and display the saved data).
|
|
|
|
|
2018-05-17 13:00:22 +03:00
|
|
|
.. _projects-mautrix-telegram:
|
2018-04-06 20:00:21 +03:00
|
|
|
|
|
|
|
mautrix-telegram
|
2019-05-09 13:24:37 +03:00
|
|
|
================
|
2018-04-06 20:00:21 +03:00
|
|
|
|
2019-05-09 13:24:37 +03:00
|
|
|
`mautrix-telegram <https://github.com/tulir/mautrix-telegram>`_ /
|
|
|
|
`maunium's site <https://maunium.net/>`_
|
2018-04-06 20:00:21 +03:00
|
|
|
|
|
|
|
A Matrix-Telegram hybrid puppeting/relaybot bridge.
|
|
|
|
|
2018-05-17 13:00:22 +03:00
|
|
|
.. _projects-telegramtui:
|
2018-04-06 20:00:21 +03:00
|
|
|
|
|
|
|
TelegramTUI
|
2019-05-09 13:24:37 +03:00
|
|
|
===========
|
2018-04-06 20:00:21 +03:00
|
|
|
|
2019-05-09 13:24:37 +03:00
|
|
|
`TelegramTUI <https://github.com/bad-day/TelegramTUI>`_ /
|
|
|
|
`bad-day's GitHub <https://github.com/bad-day>`_
|
2018-04-06 20:00:21 +03:00
|
|
|
|
|
|
|
A Telegram client on your terminal.
|
2019-04-24 13:46:48 +03:00
|
|
|
|
|
|
|
spotify_telegram_bio_updater
|
2019-05-09 13:24:37 +03:00
|
|
|
============================
|
2019-04-24 13:46:48 +03:00
|
|
|
|
2019-05-09 13:24:37 +03:00
|
|
|
`spotify_telegram_bio_updater <https://github.com/Poolitzer/spotify_telegram_bio_updater>`_ /
|
|
|
|
`pooltalks' Telegram <https://t.me/pooltalks>`_
|
2019-04-24 13:46:48 +03:00
|
|
|
|
|
|
|
Small project that updates the biography of a telegram user according
|
|
|
|
to their current Spotify playback, or revert it if no playback is active.
|