]> git.cworth.org Git - turbot/commit
Initial implement of auto-creation of Google sheets
authorCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 22:08:44 +0000 (15:08 -0700)
committerCarl Worth <cworth@cworth.org>
Tue, 29 Sep 2020 22:10:57 +0000 (15:10 -0700)
commitd420bedebbb6b9c045cbf1ebbd9e65ad6830e2a3
tree3c308c526607a4da35e8bdbe59335a2aefe9b458
parent73db7d877be08977accdf41cbbf8ef95347304c4
Initial implement of auto-creation of Google sheets

This is implemented via a Slack event listener that's listening for
the "channel_created" event. So, whenever a new channel is created,
this code will create a new Google sheet and inject a message into
the new channel with the URL of the sheet.
.gitignore
Makefile
gsheets-authenticate.py [new file with mode: 0755]
turbot.wsgi.in
turbot/sheets.py [new file with mode: 0644]
turbot/turbot.py