Skip to content

The rec centre at my school posts about every half hour how many people are in the weight room. I was curious how this data would graph, so I wrote this code to scape the data and used excel to graph it.

Notifications You must be signed in to change notification settings

Drag0nCodes/UWO-Rec-Centre-Visits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UWO-Rec-Centre-Visits

This is a simple script to scrape the twitter post data from @WesternWeightRm and an excel spreadsheet to manage the data.

Background

@WesternWeightRm posts how many people are in the weight room every half hour during their business hours. I wanted to see how busy they were on average for each hour and when was the best time for me to go.

Usage and info

The excel file Rec Centre.xlsx has the best information on the busyness of the weight room. As twitter changed their API policy (thanks a lot Elon) I was having to use a third-party API, Tweety(-ns), to get the data, and was only able to get tweets going back ~42 days or ~850 tweets before I would receive empty pages of tweets from Twitter. This initial data gave me a good starting point of data starting May 2nd 2024. I plan to, every month, run the script and update the spreadsheet with new data.

About

The rec centre at my school posts about every half hour how many people are in the weight room. I was curious how this data would graph, so I wrote this code to scape the data and used excel to graph it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages