Kipu Grapher ๐ŸŒ

September 3, 2022 ยท View on GitHub

Telegram bot to graph friday bottle raffle progress. Currently supports graphing the raffle pool and expected values ๐Ÿ“ฃ

Getting Started

Add the bot on Telegram into your group and enjoy!

Watch the chart climb as you reach the raffle end date! ๐Ÿ“ˆ Insane Stonks Graph

Descend into sadness when every entry is the minimum amount and the expected value stays zero ๐Ÿ˜” Sad Excepted Value Graph

Developing KipuBot

  1. Set PYTHONPATH=${PYTHONPATH}:kipubot in .env
  2. Set BOT_TOKEN in .env
  3. docker-compose -f docker-compose.dev.yml up

Pipenv

Using pipenv:

  1. Set PYTHONPATH=${PYTHONPATH}:kipubot in .env
  2. Set BOT_TOKEN in .env
  3. Set DATABASE_URL in .env
  4. pipenv install --dev
  5. pipenv run dev