From 2f7e3e2d24da259ffab4fff1d39659d86110ca99 Mon Sep 17 00:00:00 2001 From: Lonami Date: Sun, 10 Sep 2017 15:45:00 +0200 Subject: [PATCH] Created Tips for Porting the Project (markdown) --- Tips-for-Porting-the-Project.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Tips-for-Porting-the-Project.md diff --git a/Tips-for-Porting-the-Project.md b/Tips-for-Porting-the-Project.md new file mode 100644 index 0000000..a1de519 --- /dev/null +++ b/Tips-for-Porting-the-Project.md @@ -0,0 +1,5 @@ +If you're going to use the code on this repository to guide you, please be kind and don't forget to mention it helped you! + +You should start by reading the source code on the [first release](https://github.com/LonamiWebs/Telethon/releases/tag/v0.1) of the project, and start creating a `MtProtoSender`. Once this is made, you should write by hand the code to authenticate on the Telegram's server, which are some steps required to get the key required to talk to them. Save it somewhere! Then, simply mimic, or reinvent other parts of the code, and it will be ready to go within a few days. + +Good luck! \ No newline at end of file