mirror of
https://github.com/danog/MadelineProto.git
synced 2025-01-22 21:31:28 +01:00
readme.md - added chat room link, structured descriptions and future plan
This commit is contained in:
parent
f11a55e7d6
commit
ec4904f205
18
README.md
18
README.md
@ -1,11 +1,23 @@
|
|||||||
|
[![Join the chat at https://gitter.im/griganton/telepy](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/griganton/telepy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||||
|
|
||||||
# About this repo
|
# About this repo
|
||||||
This is Telegram API for python.
|
This is Telegram API for python.
|
||||||
Main aim is to implement MTProto protocol Telegram API on pure Python (not wrapped CLI)
|
Main aim is to implement MTProto protocol Telegram API on pure Python (not wrapped CLI)
|
||||||
We'll try to make it work on Python 2 as well as 3.
|
|
||||||
|
|
||||||
|
### Future plan
|
||||||
|
1. [ ] We'll try to make it work on Python 2 as well as 3.
|
||||||
|
2. [ ] Follow up the same functionality of CLI API.
|
||||||
|
1. [ ] Serialize/Deserialize
|
||||||
|
2. [ ] Send and receive PQ authorization with server [doc] (https://core.telegram.org/mtproto/samples-auth_key)
|
||||||
|
3. [ ] Send and receive service messages with server like logging in to server [doc] (https://core.telegram.org/mtproto/service_messages)
|
||||||
|
|
||||||
|
### Useful start points to join
|
||||||
Detailed description of API and protocol can be found here:
|
Detailed description of API and protocol can be found here:
|
||||||
https://core.telegram.org/api
|
* https://core.telegram.org/api
|
||||||
https://core.telegram.org/mtproto
|
* https://core.telegram.org/mtproto
|
||||||
|
|
||||||
|
API registration is needed to be done by yourself at http://my.telegram.org
|
||||||
|
Follow Structure - Credentials for provide it your API information.
|
||||||
|
|
||||||
# Structure
|
# Structure
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user