Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 811 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 811 Bytes

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