scrapinghub / slackbot

A chat bot for Slack (https://slack.com).
MIT License
1.26k stars 396 forks source link

Slackclient passes through slacker rtm start params #208

Closed louhow closed 4 years ago

louhow commented 4 years ago

Details on these params can be found here: https://api.slack.com/methods/rtm.start

In particular, simple_latest and no_unreads both are helpful for improving performance on startup

lucywang000 commented 4 years ago

Thx for the patch!

louhow commented 4 years ago

@lucywang000 would you be willing to do a release with this?

lucywang000 commented 4 years ago

@louhow Released 1.0.0 version (remove python 2 support too).