chitang233 / ApproveByPoll

A Telegram bot to approve join request by poll.

Home Page:https://t.me/ApproveByVoteBot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Telegram bot to approve join request by poll.

https://t.me/ApproveByVoteBot

License:GNU Affero General Public License v3.0


Languages

Language:Python 93.1%Language:Dockerfile 6.9%