This Telegram bots generates a fresh Unifi voucher on request.
- Install
pipenv. - Install the required packages by running
pipenv install - Configure credentials by copying the
.env.examplefile to.env - Run the bot by executing
python3 main.py
This repository provides a Dockerfile. Use it to run this bot inside a Docker container.