MikaelSiidorow / kipubot

Graphs for Friday bottle raffles.

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Graphs for Friday bottle raffles.

https://t.me/NoPainNoGraphbot

License:GNU General Public License v3.0


Languages

Language:Python 97.0%Language:Dockerfile 3.0%