A tool to fetch Slack posts and email them to you
Go to file
Anna Schumaker 53d9aa4e3d Implement a single mark_messages() function
Rather than having each thread type define its own mark method, let's
instead have them tell us what api call to use to avoid duplicating
work.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-11-22 09:18:29 -05:00
slack Implement a single mark_messages() function 2016-11-22 09:18:29 -05:00
.gitignore slack: Begin API wrapper directory 2015-05-26 14:40:01 -04:00
LICENSE Add license 2016-11-17 11:03:33 -05:00
slackmail.py Add support for fetching direct messages 2016-11-16 15:52:42 -05:00
slackpost.py Decode base64 encoded messages before posting 2016-11-18 09:54:36 -05:00