Use these event collectors with proper config files (more on that below) to find events for women in tech through the Meetup and Eventbrite APIs
Python version: 2.7
Format config.py like so:
api_key = "YOUR_API_KEY"
Be sure to replace space in quotes with your Meetup API key, which you can get from here. Once you've made config.py, be sure that your code has the following line in the imports:
import config
When you're ready to run the event collector, run the following code from your command line:
python get_meetup_data.py > YOUR_FILENAME.csv
Again, replace YOUR_FILENAME with the desired filename for the csv. NOTE: this script is written for Python 2.7.
Python version: 3
(pending)
(pending)
Click here to see the contributors.
- Thanks to Andrew Ba Tran for his in-depth tutorial on accessing and using Meetup's API.