A tool to fetch Slack posts and email them to you
Go to file
Anna Schumaker f517f8c391 Implement a single fetch_messages() function
Rather than having each thread type define its own fetch history 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 08:47:03 -05:00
slack Implement a single fetch_messages() function 2016-11-22 08:47:03 -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