Full MVP and some unit tests
authorJakob Cornell <jakob+gpg@jcornell.net>
Thu, 28 Apr 2022 05:44:29 +0000 (00:44 -0500)
committerJakob Cornell <jakob+gpg@jcornell.net>
Fri, 29 Apr 2022 04:31:08 +0000 (23:31 -0500)
commitc63499942ce0f722691ade572fbb262dab8aafb2
tree8dce72f9fa8174260035670f26959778b794f58f
Full MVP and some unit tests
13 files changed:
.gitignore [new file with mode: 0644]
docs/sample_config.ini [new file with mode: 0644]
pyproject.toml [new file with mode: 0644]
setup.cfg [new file with mode: 0644]
setup.py [new file with mode: 0644]
src/strikebot/__init__.py [new file with mode: 0644]
src/strikebot/__main__.py [new file with mode: 0644]
src/strikebot/db.py [new file with mode: 0644]
src/strikebot/live_ws.py [new file with mode: 0644]
src/strikebot/queue.py [new file with mode: 0644]
src/strikebot/reddit_api.py [new file with mode: 0644]
src/strikebot/tests.py [new file with mode: 0644]
src/strikebot/updates.py [new file with mode: 0644]