OperationCode / operationcode-pybot

Operation Code's Official Slackbot
Other
31 stars 45 forks source link

Rewrite of Pybot #376

Closed JudsonStevens closed 2 years ago

JudsonStevens commented 2 years ago

As mentioned in various issues and in the OC Slack workspace, we decided to rewrite Pybot for a few different reasons. The main reason is that the bot framework being used (SirBot) has not been updated in a while; more importantly, Slack has come out with a Python framework called Slack Bolt. This has allowed us to rework the functionality we had into hopefully a more clear framework and interaction pattern.

JudsonStevens commented 2 years ago

Currently there are three issues that are at the front of what's left to do - write tests, handle Slack invitations, and fix the README. Slack invitations will be handled by the old Pybot for the near future. Tests and the README will be an ongoing work.

JudsonStevens commented 2 years ago

Will be leaving this in place for a while until I finish up some of the last few items.

JudsonStevens commented 2 years ago

Just removed the CircleCI and Dependabot settings before merging.