scrapinghub / slackbot

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

Better way to plug in #96

Open kotnik opened 8 years ago

kotnik commented 8 years ago

I created a small and simple bot to expand ticket numbers into URLs, and thanks to slackbot I was able to do it in 15 minutes, thank you!

It would be really nice, for future projects, if we could plug in our commands when running as a complete Python package. I had to override slackbot.settings and it doesn't look very nice.

mitchellrj commented 8 years ago

Using setup.py entry points would be a nice way to achieve this kind of pluggability.