]> git.cworth.org Git - turbot/commit
Use the Google drive API to create a hunt's sheet within a folder
authorCarl Worth <cworth@cworth.org>
Sun, 10 Jan 2021 17:52:27 +0000 (09:52 -0800)
committerCarl Worth <cworth@cworth.org>
Sun, 10 Jan 2021 21:14:08 +0000 (13:14 -0800)
commitc267061f2ba8826b35bb3f0a467b7585838fccf0
tree26a6ffaff271ffb59867db25b454c4550074714f
parent0d1df2ea1359a09a59fc897323d2d0080fe1f86a
Use the Google drive API to create a hunt's sheet within a folder

When a hunt is created, we create a folder in Google drive named
after the hunt_id and the create the hunt's sheet in that folder.

In future commits, we'll change the puzzle sheets to also be created
in this hunt's folder. This way, with all resources in one folder,
that folder can be shared out to members of the hunt, (this could
be used as an alternate access to hunt resources if Slack is not
available for any reason).
turbot/events.py
turbot/sheets.py
turbot_lambda/turbot_lambda.py