ColombiaPython / meetup-api-python-groups

Get the python meetup groups in LATAM and identify the quantity of group members

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get the python meetup groups in LATAM and identify the quantity of group members

License:MIT License


Languages

Language:Python 100.0%