Inspired by countmeinbot.
This is a bot to poll for attendance for weekly events, intended for separate Telegram groups of regular and casual members. It has polling features and attendance taking features.
It's still in development.
Live demo here.
This project is made to be deployed with Vercel. Instructions to be added.
-
Install ngrok
Download from: https://ngrok.com/download -
Install dependencies
pip install -e . -
Create a tunnel to localhost port (5000 by default)
ngrok http 5000
-
Set the Telegram webhook
python set_webhook.py
-
Run the app
flask --app src.api.app run --reload