A Telegram bot to upvote about anything
Request a new bot token to BotFather. Then copy-paste the given token to token.env.
To run the bot in development mode, run the following:
docker-compose up
Delete containers, networks, images and volumes:
docker-compose down --rmi local --volumes
New messages and edited messages are handled. Only deleted messages cannot be handled as no API endpoint exists for that case.