-
Notifications
You must be signed in to change notification settings - Fork 8
Adding a Meetup group to the meetup groups.json
To add a group you can open a PR for this file: https://github.com/jsoxford/hubot/blob/master/meetup-groups.json
Your group will need to be added by its Meetup group ID.
You can find this using the Meetup API console (https://secure.meetup.com/meetup_api/console/?path=/:urlname), and putting the group slug in the :urlname
field and hitting "Show response".
For example JSOxford
will give you the id 17778422
in the response.
After you've got the ID, take a look at how some of the other groups are added to meetup-groups.json
, we've got the ID, a friendly name, an associated channel (you might not have any specifically, but for example the "JSOxford" group would use our #jsoxford channel), and aliases for how people refer to the group.
If you get stuck, @averagemarcus @danielthepope or @omgmog can help!