A tool to fetch Slack posts and email them to you
Go to file
Anna Schumaker 1e767dbfe9 Implement a single fetch_info() function
This already existed, so I just had to define the api calls to use.
Unfortunately, groups return a similar group object so I also have to
define what return object needs to be looked up.  Additionally, IMs have
an extra "return_im" object that needs to be passed to get the full
channel info.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2016-11-22 10:18:16 -05:00
slack Implement a single fetch_info() function 2016-11-22 10:18:16 -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