Telegram bot to graph friday bottle raffle progress. Currently supports graphing the raffle pool and expected values 📣
Add the bot on Telegram into your group and enjoy!
Watch the chart climb as you reach the raffle end date! 📈
Descend into sadness when every entry is the minimum amount and the expected value stays zero 😔
- Set
PYTHONPATH=${PYTHONPATH}:kipubot
in .env - Set
BOT_TOKEN
in .env docker-compose -f docker-compose.dev.yml up
Using pipenv:
- Set
PYTHONPATH=${PYTHONPATH}:kipubot
in .env - Set
BOT_TOKEN
in .env - Set
DATABASE_URL
in .env - pipenv install --dev
- pipenv run dev