A Meetup API flask example
This app depends on Flask and requests
easy_install pip
pip install -r requirements.txt
Before starting the application be sure to export the following environment variables
export CLIENT_ID=YOUR_REGISTERED_MEETUP_OAUTH_CONSUMER_KEY
export CLIENT_SECRET=YOUR_REGISTED_MEETUP_OAUTH_CLIENT_SECRET
export COOKIE_SECRET=RANDOM_STRING_OF_CHARS_USED_TO_SIGN_COOKIES