floscha / meetup-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

meetup-bot logo

Meetup Bot

Codacy Badge

Feature Roadmap

Setup

  1. Set the environmental variable MEETUP_API_KEY to your key (requires being logged in):
export MEETUP_API_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  1. Set the environmental variable SLACK_BOT_TOKEN to your Bot User OAuth Access Token from Slack API:
export SLACK_BOT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  1. Set the environmental variable DIALOGFLOW_CLIENT_TOKEN to your Client Access Token from Dialogflow API:
export DIALOGFLOW_CLIENT_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxx
  1. Install all dependencies:
pip install -r requirements.txt

Supported commands

  • find <text> group in <country>
    • Find meetup groups in an (optional) country
  • find <text> meetups in <country>
    • Find meetup events in an (optional) country

About

License:MIT License


Languages

Language:Python 100.0%