From bc03419902b3a369a3d68d7951f9b0933daa07ca Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sat, 6 Jun 2020 13:01:02 +0200 Subject: [PATCH] Move doc page of projects using Telethon to the wiki New URL: https://github.com/LonamiWebs/Telethon/wiki/Projects-using-Telethon --- .../examples/projects-using-telethon.rst | 106 ------------------ readthedocs/examples/word-of-warning.rst | 3 +- readthedocs/index.rst | 1 - 3 files changed, 2 insertions(+), 108 deletions(-) delete mode 100644 readthedocs/examples/projects-using-telethon.rst diff --git a/readthedocs/examples/projects-using-telethon.rst b/readthedocs/examples/projects-using-telethon.rst deleted file mode 100644 index 481fa54b..00000000 --- a/readthedocs/examples/projects-using-telethon.rst +++ /dev/null @@ -1,106 +0,0 @@ -.. _telethon_projects: - -======================= -Projects using Telethon -======================= - -This page lists some **interesting and useful** real world -examples showcasing what can be built with the library. - -.. note:: - - Do you have an interesting project that uses the library or know of any - that's not listed here? Feel free to leave a comment at - `issue 744 `_ - so it can be included in the next revision of the documentation! - - You can also advertise your bot and its features, in the issue, although - it should be a big project which can be useful for others before being - included here, so please don't feel offended if it can't be here! - - -.. _projects-telegram-export: - -telethon_examples/ -================== - -`telethon_examples `_ / -`Lonami's site `_ - -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. - -@TelethonSnippets -================= - -`@TelethonSnippets `_ - -You can find useful short snippets for Telethon here. - -telegram-export -=============== - -`telegram-export `_ / -`expectocode's GitHub `_ - -A tool to download Telegram data (users, chats, messages, and media) -into a database (and display the saved data). - -.. _projects-mautrix-telegram: - -mautrix-telegram -================ - -`mautrix-telegram `_ / -`maunium's site `_ - -A Matrix-Telegram hybrid puppeting/relaybot bridge. - -.. _projects-telegramtui: - -TelegramTUI -=========== - -`TelegramTUI `_ / -`bad-day's GitHub `_ - -A Telegram client on your terminal. - -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. - -garnet -====== - -`garnet `_ / -`uwinx's GitHub `_ - -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. - -telethon-secret-chat -==================== - -`telethon-secret-chat `_ / -`painor's GitHub `_ - -This add-on can be used to work with secret chats in Telethon! diff --git a/readthedocs/examples/word-of-warning.rst b/readthedocs/examples/word-of-warning.rst index 5501325f..de91741f 100644 --- a/readthedocs/examples/word-of-warning.rst +++ b/readthedocs/examples/word-of-warning.rst @@ -13,4 +13,5 @@ Full API **will** break between different minor versions of the library, since Telegram changes very often. The friendly methods will be kept compatible between major versions. -If you need to see real-world examples, please refer to :ref:`telethon_projects`. +If you need to see real-world examples, please refer to the +`wiki page of projects using Telethon `__. diff --git a/readthedocs/index.rst b/readthedocs/index.rst index 0776e3f2..eb786f10 100644 --- a/readthedocs/index.rst +++ b/readthedocs/index.rst @@ -83,7 +83,6 @@ You can also use the menu on the left to quickly skip over sections. examples/chats-and-channels examples/users examples/working-with-messages - examples/projects-using-telethon .. toctree:: :hidden: