This project is meant to be a starter for aggregating various event platforms.
This data can then be used to generate a static site with a calendar, and local event listings.
-
Each source (such as meetup.com) gets a directory which stores:
- A csv file to store names / URLs of groups.
- A script called fetch_and_store.sh.
- Any other supporting scripts.
-
The collect_data.sh script
- Runs a docker container with html and json parsers installed. (hq and xq).
- Fetches data, parses, and puts it in the
data
directory.