Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 614 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 614 Bytes

meetup-api-python-groups

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

Installing the app

Pull the repo to your environment:

Install requirements:

  • pip install -r requirements.txt

Setting up the app

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

Running the app

python run.py

Testing the app

python -m unittest