A fast, easy to set up telegram userbot running Python 3
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/a-fast-easy-to-set-up-telegram-userbot-running-python-3_61241da4c71ec-375x210.png)
A fast, easy to set up telegram userbot running Python 3 which uses fork of
the Telethon Library.
Friendly Telegram, also known as FTG, is not your average Telegram userbot: it’s faster, can load modules dynamically
and is very easy to use!
Changes
- Latest Telethon lib
- Security improvements (.session file name not contain full phone number, DeleteAccountRequest disabled, and more)
- UX improvements (IP address in config script, random port on first launch, etc)
- Stock modules updates (New functions, bug fixed)
- Modules Repo with a great variety of modules
- FFmpeg support for Heroku
- Fixed bugs
- Adaptability of modules
Requirements
- Python 3.6 or above
- API ID and Hash from Telegram
- Some basic knowledge (although you can usually mindlessly copy&paste from the docs)
Documentation
We’ve