An open API service indexing awesome lists of open source software.

https://github.com/zodman/active_kitchener_events


https://github.com/zodman/active_kitchener_events

Last synced: 8 months ago
JSON representation

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&center_ids=4&open_spots=1&viewMode=list).

I hate the filter website, For that reason; I want to see by days all the events.

![https://imgur.com/i30H9Xy.png](https://imgur.com/i30H9Xy.png)

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

```