gokberkkocak / gym-occupancy-tracker

University of St Andrews Gym Occupancy Tracker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gym-occupancy-tracker

Basic gym occupancy tracker and plotter for University of St Andrews sport centre

How

  • It crawls the sport centre's website and capture the occupancy percentage every 5 minutes and stores in json.
...
{"hr_t": "2019-03-22 12:13:23", "p": 13}
{"hr_t": "2019-03-22 12:18:24", "p": 8}
{"hr_t": "2019-03-22 12:23:24", "p": 10}
...
  • It generates/updates an offline plot every hour.

Example plot

Python Requirements

  • requests
  • pandas
  • plotly

Online

An online version should be available here.

About

University of St Andrews Gym Occupancy Tracker


Languages

Language:Python 100.0%