Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Latest commit

 

History

History
34 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.06 KB

Archived

This repo is no longer maintained, and the bot driven by it has been deleted from Slack & Heroku.

Bosops Slack Hubot

Task List

  • @hubot What groups do you know about?

Return a list of groups that the bot knows about

  • @hubot When is the next X meetup?

X is equal to the name of a group from the first list. This will return details on the next meetup scheduled for the group

  • @hubot What conferences do you know about?

Return a list of conferences and url's. At some point it will do something more than that.

  • @hubot What are the details of the X conference?

Return any details that have been published by the conference organizers.

Adding New Groups

To add a new group for the bot to be aware of add the name, url_name, and id to lib/group_list.json and submit a pull request using the CONTRIBUTING guidelines.

Adding New Conferences

To add a new conference for the bot to be aware of add the name, url to lib/conf_list.json and submit a pull request using the CONTRIBUTING guidelines.