Analyze reservation calendar of SkyFit (gym in Petra Christian University)
- Install necessary modules (
pip install -r requirements.txt
). - Use
downloader.py
to download the webpage containing reservation data. - Use
collector.py
to collect data from the downloaded html. - Finally, analyze using
skyfit_calendar_analysis.ipynb
.