-
Pip to install Meetup Api
- Use pip to install meetup-api
pip install meetup-api
-
Windows :
- Setup Your meetup_api_key as environment variable
- On powershell run
$env:MEETUP_API_KEY = "< your meetup api key >"
- Then type the following to run script.
python fetch-meetup-details.py
-
Linux :
- Set environment variable as
export MEETUP_API_KEY=<your meetup api key>
- Run Python script as following:
python fetch-meetup-details.py
- Runs on Python3
- To run on Python2, change print syntax. Rest should work fine.
- Meetup URL name is hardcoded to "fosscafe".
- Index for all methods is available at : Method Index
- Upcoming Features
- Feel free to add your requirements to features list.