Get the python meetup groups in LATAM and identify the quantity of group members
The result of the execution is saved in
- ./result/colombia.txt
- ./result/latam.txt
Pull the repo to your environment:
Install requirements:
- pip install -r requirements.txt
Update the MEETUP_API_KEY with the provided api key from meetup.com for your account. The key is located in the settings.py file
python run.py
python -m unittest