dky / beer

Give People Beer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🍺

Buy people 🍺

  • A fun little cli app to buy each other 🍺 or give each other kudos. Credit to @grandtashworth for the original Bash implementation which inspired this.

Requirements

  • See requirements.txt

Example Usage

  • Just a 🍺
$ ./beer.py dky
Thanks! Buying a beer for: dky
Checking to see if we gave dky any Beer
Yes, he's got some Beer, give him another round!
  • 🍺 with a reason
$ ./beer.py dky "because he's a troll"
Thanks! Buying a beer for dky for because he's a troll
Checking to see if we gave dky any Beer
Yes, he's got some Beer, give him another round!

Summary of 🍺 given

  • Summary of 🍺s are stored in SQLite. Get a summary with:
$ ./table.py
User      Count
------  -------
dky          24
hana          8
petros        8
grandt        8
joe           4

About

Give People Beer


Languages

Language:Python 100.0%