https://github.com/zodman/active_kitchener_events
https://github.com/zodman/active_kitchener_events
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zodman/active_kitchener_events
- Owner: zodman
- Created: 2025-06-27T02:18:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T06:03:37.000Z (12 months ago)
- Last Synced: 2025-10-14T08:24:25.958Z (9 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Idea
It's summer and now the kids are free from the school.
I write this python script for list all the events available from the Community
Center near to me: [Breithaupt Centre](https://anc.ca.apm.activecommunities.com/activekitchener/activity/search?onlineSiteId=0&locale=en-US&activity_select_param=0¢er_ids=4&open_spots=1&viewMode=list).
I hate the filter website, For that reason; I want to see by days all the events.

Evidence of work: https://drive.google.com/file/d/10FtyHiz51ekxRALpDnvBWWU7kimKMZRQ/view?usp=sharing
# for install
```
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
```
# for execute
```
python main.py
```