Add a new Python implementation

Lonami 2017-12-22 11:11:06 +01:00
parent b71c25fde8
commit 93f5bb4984

@ -1,4 +1,4 @@
Telethon was made for **Python**, and as far as I know, there is no *exact* port to other languages. However, there *are* other implementations made by awesome people (one needs to be awesome to understand the official Telegram documentation) on several languages, listed below:
Telethon was made for **Python**, and as far as I know, there is no *exact* port to other languages. However, there *are* other implementations made by awesome people (one needs to be awesome to understand the official Telegram documentation) on several languages (even more Python too), listed below:
## C
@ -14,5 +14,8 @@ Possibly the most well-known unofficial open source implementation out there by
## PHP
A PHP implementation is also available thanks to [**@danog**](https://github.com/danog) and his [MadelineProto](https://github.com/danog/MadelineProto) project, with a very nice [online documentation](https://daniil.it/MadelineProto/API_docs/) too.
## Python
A fairly new (as of the end of 2017) Telegram library written from the ground up in Python by [**@delivrance**](https://github.com/delivrance) and his [Pyrogram](https://github.com/pyrogram/pyrogram) library! No hard feelings Dan and good luck dealing with some of your users ;)
## Rust
Yet another work-in-progress implementation, this time for Rust thanks to [**@JuanPotato**](https://github.com/JuanPotato) under the fancy name of [Vail](https://github.com/JuanPotato/Vail). This one is very early still, but progress is being made at a steady rate.