Perosnal-bot is a Telegram user emulation in order to do repetitive tasks. By pyrogram, telegram-bot is able to register as a Telegram client.
Have python 3.10
and poetry
installed on your system.
Make a config file and fill the specified units.
$ cp .env.sample .env
$ $EDITOR .env
Install and run using poetry.
$ poetry install --no-dev
$ poetry run python3 personal-bot/main.py
Have docker
and docker-compose
installed on your system.
Make a config file and fill the specified units.
$ cp .env.sample .env
$ $EDITOR .env
$ docker-compose -f docker-compose.dev.yml run --rm bot bash
Checkout the respective tag on dockerhub.
$ docker-compose up -d
AGPLv3+