Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 908 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 908 Bytes

Kipu Grapher 🍌

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

Docker (Recommended)

  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