Skip to content

nueverest/muxup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Muxup

A Meetup API flask example

install

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

About

demo meetup api python app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.5%
  • CSS 6.5%