Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/serhii-londar/awesome-telegram
Curated list of Telegram-related projects
https://github.com/serhii-londar/awesome-telegram
List: awesome-telegram
Last synced: about 1 month ago
JSON representation
Curated list of Telegram-related projects
- Host: GitHub
- URL: https://github.com/serhii-londar/awesome-telegram
- Owner: serhii-londar
- Created: 2017-09-05T13:37:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T11:56:43.000Z (over 2 years ago)
- Last Synced: 2024-05-21T08:08:32.046Z (7 months ago)
- Size: 4.88 KB
- Stars: 18
- Watchers: 1
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-telegram - Curated list of Telegram-related projects. (Other Lists / Monkey C Lists)
README
# Awesome Telegram
A curated list of [Telegram](https://telegram.org)-related projects and pages in alphabetical order.- [Awesome Telegram](#awesome-telegram)
- [API Documentation](#api-documentation)
- [Bot Libraries](#bot-libraries)
- [Clients](#clients)
- [MTProto implementations](#mtproto-implementations)
- [Schemas](#schemas)
- [Misc](#misc)## API Documentation
* [Bot API](https://core.telegram.org/bots/api)
* [MTProto](https://core.telegram.org/mtproto)## Bot Libraries
* [cl-telegram-bot](https://github.com/sovietspaceship/cl-telegram-bot) - Common Lisp
* [cycle-telegram](https://github.com/goodmind/cycle-telegram) - Cycle.js driver
* [etelegram](https://github.com/tnt-dev/etelegram) - Erlang
* [haskell-telegram-api](http://github.com/klappvisor/haskell-telegram-api) - Haskell
* [libtelegram](https://github.com/slowriot/libtelegram) - C++
* [morse](https://github.com/Otann/morse) - Clojure
* [node-telegram-bot-api](https://github.com/yagop/node-telegram-bot-api) - NodeJS
* [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) - Python
* [pyTelegramBotAPI](https://github.com/eternnoir/pyTelegramBotAPI/) - Python
* [PHP Telegram Bot](https://github.com/php-telegram-bot/core) - PHP
* [Telebot](https://github.com/KnairdA/Telebot) - Scheme
* [telegram-bot-ruby](https://github.com/atipugin/telegram-bot-ruby) - Ruby
* [TelegramBots](https://github.com/rubenlagus/TelegramBots) - Java
* [TelegraML](https://github.com/nv-vn/TelegraML) - OCaml
* [x86_64-asm-tgbot](https://github.com/StefanoBelli/x86_64-asm-tgbot) - x86_64 assembly language
* [SwiftyBot](https://github.com/FabrizioBrancati/SwiftyBot) - Telegram & Facebook Messenger bot with Swift
* [telegram-bot-swift](https://github.com/zmeyc/telegram-bot-swift) - Telegram Bot SDK for Swift (unofficial)## Clients
### Official
* [Telegram Desktop](https://desktop.telegram.org) ([Source](https://github.com/telegramdesktop/tdesktop))
* [Telegram for Android](https://play.google.com/store/apps/details?id=org.telegram.messenger) ([Source](https://github.com/DrKLO/Telegram))
* [Telegram for iOS](https://itunes.apple.com/gb/app/telegram-messenger/id686449807?mt=8) ([Source](https://github.com/peter-iakovlev/Telegram))
* [Webogram](https://web.telegram.org) ([Source](https://github.com/zhukov/webogram)) - Web client### Community
* [Cutegram](http://aseman.co/en/products/cutegram/)
* [telegram-cli](https://github.com/vysheng/tg) - Command-line client
* [TReact](https://github.com/goodmind/treact) - ReactJS frontend
* [Unigram](https://github.com/UnigramDev/Unigram) - Telegram for the Windows 10 platform## MTProto implementations
* [Kotlogram](https://github.com/badoualy/kotlogram) - Kotlin
* [MadelineProto](https://github.com/danog/MadelineProto) - PHP
* [telegram-cli](https://github.com/vysheng/tg) - C with Lua and Python support
* [telegram-mtproto](https://github.com/zerobias/telegram-mtproto) - JavaScript
* [telegram-purple](https://github.com/majn/telegram-purple) - libpurple protocol plugin
* [Telethon](https://github.com/LonamiWebs/Telethon) - Python
* [TL-Elixir](https://gitlab.com/snippets/1664390) - Elixir
* [Vail](https://github.com/JuanPotato/Vail) - Rust## Schemas
* [Bot API Schema](https://github.com/tranql/telegram-bot-api-schema) - Bot API schema
* [TL-Schema](https://github.com/stek29/tl-schema) - TL MTProto schema## Misc
* [libtgvoip](https://github.com/grishka/libtgvoip) - VoIP library for Telegram clients