Update out-of-date docs

This commit is contained in:
Lonami Exo 2020-02-11 16:44:25 +01:00
parent ac8009af4a
commit 8bd60f7cde
2 changed files with 9 additions and 5 deletions

View File

@ -66,8 +66,8 @@ things, you will be able to easily login as a user and even keep your bot
without having to learn a new library. without having to learn a new library.
If less overhead and full control didn't convince you to use Telethon yet, If less overhead and full control didn't convince you to use Telethon yet,
check out the repository `HTTP Bot API vs MTProto comparison`_ with a more check out the wiki page `MTProto vs HTTP Bot API`_ with a more exhaustive
exhaustive and up-to-date list of differences. and up-to-date list of differences.
Migrating from Bot API to Telethon Migrating from Bot API to Telethon
@ -323,7 +323,7 @@ Key differences:
.. _Bot FAQ: https://core.telegram.org/bots/faq .. _Bot FAQ: https://core.telegram.org/bots/faq
.. _tdlib: https://core.telegram.org/tdlib .. _tdlib: https://core.telegram.org/tdlib
.. _MTProto: https://core.telegram.org/mtproto .. _MTProto: https://core.telegram.org/mtproto
.. _HTTP Bot API vs MTProto comparison: https://github.com/telegram-mtproto/botapi-comparison .. _MTProto vs HTTP Bot API: https://github.com/LonamiWebs/Telethon/wiki/MTProto-vs-HTTP-Bot-API
.. _requests: https://pypi.org/project/requests/ .. _requests: https://pypi.org/project/requests/
.. _python-telegram-bot: https://python-telegram-bot.readthedocs.io .. _python-telegram-bot: https://python-telegram-bot.readthedocs.io
.. _pyTelegramBotAPI: https://github.com/eternnoir/pyTelegramBotAPI .. _pyTelegramBotAPI: https://github.com/eternnoir/pyTelegramBotAPI

View File

@ -68,6 +68,10 @@ other library in either one so both can improve.
Rust Rust
==== ====
Yet another work-in-progress implementation, this time for Rust thanks The `grammers <https://github.com/Lonami/grammers>`__ library is made by
to `@JuanPotato <https://github.com/JuanPotato>`__ under the fancy the `same author as Telethon's <https://github.com/Lonami>`__! If you are
looking for a Telethon alternative written in Rust, this is a valid option!
Another older, work-in-progress implementation, on Rust is made by
`@JuanPotato <https://github.com/JuanPotato>`__ under the fancy
name of `Vail <https://github.com/JuanPotato/Vail>`__. name of `Vail <https://github.com/JuanPotato/Vail>`__.