]> git.cworth.org Git - turbot/commit
Add some utility code
authorCarl Worth <cworth@cworth.org>
Fri, 7 Jan 2022 03:28:42 +0000 (19:28 -0800)
committerCarl Worth <cworth@cworth.org>
Fri, 7 Jan 2022 03:28:42 +0000 (19:28 -0800)
commita5ad45b235af04679b85a1a822e777016fe10b91
treeb422169eb13b2765cabbd40e663adb2c939a99b1
parenta91112b60abda87cc799a849ee7a534bc50c09ea
Add some utility code

None of this is really "part of" turbot, but is instead some
standalone code I've written from time to time either while testing
functionality or when live-tweaking something during hunt as follows:

sheets-test.py: Ensuring Google sheets API works as expected

blocks-test.py: Debugging some Slack blocks formatting

hunt-channel-topic-tweak.py: During MH 2021 it was useful (for
a reason I don't recall at the moment) to be able to manually
tweak the topic of some channels from a script and I whipped
these up at the moment.

It's not clear if any of this will be useful going forward, but just
in case I'm holding onto it for now. We may just want to delete this
code if we find we don't end up using it.
turbot/util/blocks-test.py [new file with mode: 0755]
turbot/util/hunt-channel-topic-tweak.py [new file with mode: 0755]
turbot/util/sheets-test.py [new file with mode: 0755]