Skip to content

chitang233/ApproveByPoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApproveByPoll

wakatime actions

Installation

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