From 88208fcbb6a85065a2105615bd0397f0f0a5eb1e Mon Sep 17 00:00:00 2001 From: Lonami Date: Fri, 9 Jun 2017 17:50:11 +0200 Subject: [PATCH] Created Telegram API in other languages (markdown) --- Telegram-API-in-other-languages.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Telegram-API-in-other-languages.md diff --git a/Telegram-API-in-other-languages.md b/Telegram-API-in-other-languages.md new file mode 100644 index 0000000..1fd8acf --- /dev/null +++ b/Telegram-API-in-other-languages.md @@ -0,0 +1,18 @@ +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: + +## C + +Possibly the most well-known unofficial open source implementation out there by [**@vysheng**](https://github.com/vysheng), [`tgl`](https://github.com/vysheng/tgl), and its console client [`telegram-cli`](https://github.com/vysheng/tg). Latest development has been moved to [BitBucket](https://bitbucket.org/vysheng/tdcli). + +## JavaScript + +[**@zerobias**](https://github.com/zerobias) is working on [`telegram-mtproto`](https://github.com/zerobias/telegram-mtproto), a work-in-progress JavaScript library installable via [`npm`](https://www.npmjs.com/). + +## Kotlin +[Kotlogram](https://github.com/badoualy/kotlogram) is a Telegram implementation written in Kotlin (the now [official](https://blog.jetbrains.com/kotlin/) language for [Android](https://developer.android.com/kotlin/index.html)) by [**@badoualy**](https://github.com/badoualy), currently as a beta– yet working. + +## PHP +A PHP implementation is also available thanks to [**@danog**](https://github.com/danog) and his [MadelineProto](MadelineProto) project, with a very nice [online documentation](https://daniil.it/MadelineProto/API_docs/) too. + +## 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. \ No newline at end of file