revamp - bring the bot to life again

This commit is contained in:
lza_menace 2021-05-07 23:50:39 -07:00
parent 594407c204
commit a6f858671e
14 changed files with 97 additions and 49 deletions

6
Makefile Normal file
View file

@ -0,0 +1,6 @@
setup:
python3 -m venv .venv
.venv/bin/pip install -r requirements.txt
up:
.venv/bin/python3 -m tipbot