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 .envInstall and run using poetry.
$ poetry install --no-dev
$ poetry run python3 personal-bot/main.pyHave 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 bashCheckout the respective tag on dockerhub.
$ docker-compose up -dAGPLv3+