os / slacker

Full-featured Python interface for the Slack API
Apache License 2.0
1.6k stars 245 forks source link

Add Conversations methods #117

Closed kyrivanderpoel closed 7 years ago

kyrivanderpoel commented 7 years ago

Added support for Conversations methods. Pagination is supported on some methods by passing in the next_cursor from a response to the cursor parameter.

Squash away the extra superfluous commits if necessary ;)