A powerful, fast and simple Telegram userbot written in Python 3
![](https://www.deeplearningdaily.com/wp-content/uploads/2021/08/a-powerful-fast-and-simple-telegram-userbot-written-in-python-3_61296324439c1-375x210.png)
Telecharm userbot
A powerful, fast and simple Telegram userbot written in Python 3 and based on Pyrogram 1.X. Currently in active WIP state, so feel free to contribute.
Starting up
Ensure you have installed the Python 3.8 or above before proceeding.
Preparations
-
Git clone this repo.
git clone https://github.com/WhiteMemory99/telecharm-userbot.git
-
Visit https://my.telegram.org/apps to get your own
api_id
andapi_hash
. -
Rename
.env.dist
to.env
and open it. -
Edit
.env
file: fill in yourapi_id
,api_hash
.
Docker deployment
Make sure you have docker.
- Build the image.
docker build -t telecharm-image .
- After building, start the userbot in interactive mode.
docker run -it -v pyrogram_sessions:/code/app/files --name telecharm-bot telecharm-image