Just install the required dependencies in requirements.txt
in your favorite way.
Then run the bot with your bot token as an environment variable:
TOKEN=<YOUR_BOT_TOKEN_HERE> python3 main.py
Or use Docker instead:
docker run -d --name approvebypoll -e TOKEN=<YOUR_BOT_TOKEN_HERE> ghcr.io/chitang233/approvebypoll:main