slackmail/slack
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
..
__init__.py Improve slackpost script 2016-11-17 10:29:39 -05:00
api.py Use the python url parser for encoding arguments 2015-05-27 10:36:23 -04:00
auth.py slack: Add channels module and Channel class 2015-05-26 15:21:13 -04:00
channels.py Implement a single fetch_info() function 2016-11-22 10:18:16 -05:00
chat.py Preserve the last seen timestamp 2016-11-22 08:35:13 -05:00
groups.py Implement a single fetch_info() function 2016-11-22 10:18:16 -05:00
im.py Implement a single fetch_info() function 2016-11-22 10:18:16 -05:00
threads.py Implement a single fetch_info() function 2016-11-22 10:18:16 -05:00
users.py Replace <@UID> strings with the target user's username 2015-06-08 19:03:49 -04:00