]> git.cworth.org Git - turbot/commit
Initial commit of turbot
authorCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 02:01:48 +0000 (19:01 -0700)
committerCarl Worth <cworth@cworth.org>
Sat, 26 Sep 2020 02:57:12 +0000 (19:57 -0700)
commit6209247caaef8d6eea9a249713e1f590a47f46a0
tree06c9f148e81cf5daad371b2ba37f646e39a0cb58
Initial commit of turbot

Turbot will eventually be a Slack bot for the Halibut That Bass team.

As of this commit, turbot.py is just a simple flask app implementing a
REST API (to query, add, delete TODO items). Additionally, this commit
includes the Makefile pieces to manage python dependencies and to
deploy the program to our server.

There's not yet any actual Slack-application code here yet.
.flake8 [new file with mode: 0644]
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
requirements.in [new file with mode: 0644]
requirements.txt [new file with mode: 0644]
turbot.py [new file with mode: 0755]
turbot.wsgi.in [new file with mode: 0644]