]> git.cworth.org Git - turbot/commit
Create a sheet for the hunt when creating a new hunt
authorCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2020 21:43:40 +0000 (14:43 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 19 Oct 2020 23:11:39 +0000 (16:11 -0700)
commitc5b9b6e3ae85b40b79c0650eeee93cf79b1d23b5
tree994e5362baea8d8c3e0d998b18a1093606270124
parent879b8581e5abc91c87ef8a537dac158f3ac04cf4
Create a sheet for the hunt when creating a new hunt

I don't know how much we'll need this, but here it is for consistency.

This commit adds support for the Google sheets API (accessed via a
pickled token from an encrypted SSM parameter). This will be very
handy in the future when creating sheets for each puzzle channel, etc.
turbot/actions.py
turbot/sheets.py
turbot_lambda/turbot_lambda.py