Auto finds free tech events in SG. Tested on Python 3.6+
- Subscribe to the ics calendar: https://webuild-events.herokuapp.com/cal
- List of events: https://webuild-events.herokuapp.com/events
- List of groups: https://webuild-events.herokuapp.com/groups
- List of filtered groups: https://webuild-events.herokuapp.com/filtered_groups
- List of filtered events: https://webuild-events.herokuapp.com/filtered_events
$ pip install -r requirements.txt
$ python main.py
Generates a list of upcoming tech events in JSON
$ python test.py
Auto-deployed on git pushes to heroku