MeetupBot is a slack bot which gives you the list of meetups going on nearby your location. It's a slack bot built using Google Geocode API and Meetup API. It allows you to search for list of meetup events/groups nearby your location based on your interest.
You can install it by hitting the Add to Slack Button on the Landing page [here]https://meetupbotteam.github.io/meetupbot-landing-page/).
Following are the available slack commands
- Type /meetupbot
to call the MeetupBot which will respond back with a list of commands and how to use it. - Type /meetupbot-show <location> & <interest>
use this to find meetup-events based on your location and interests for ex: /meetupbot-show Mumbai & Javascript (Don't forget to use ampersand (&).) - Type /meetupbot-find <location> (& <group>)
use this to find local meetup-groups based on your location for ex: /meetupbot-find New-York optional: add parameter for your interests: '/meetupbot-find New-York & <interest>'
If you wish to make your own slack-meetup-bot, clone this repo and run npm install in the root folder. Set up your slack app from here to get client_id and client_secret and also get your APIKey for Meetup API
Updating in progress.
Please send us your questions, bug reports, feature requests. Let us know what we can do to improve MeetupBot.
Built by Premprakash Singh, Linus Brennecke, Zameer Haque
Updating in progress.