Skip to content

A Selenium web bot that is scheduled using the Windows Task Manager to reserve gym slots at Syracuse University Gyms.

Notifications You must be signed in to change notification settings

tmonty12/Gym-Sign-Up-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gym-Sign-Up-Bot

During the pandemic, my University's gyms had 2 hour time slots that opened up 6 hours in advance. As you could imagine, they were very competitive and required being on your computer exactly when they dropped. To solve this problem I created a Selenium web bot in Python that uses the Windows Task Manager on the backend to reserve spots when I want. The bot uses a command line interface to receive parameters such as username, password, date, time and location.

You can read more about the details of my bot on this blog post I wrote.

Instructions

To use this bot you must first have a Windows OS - I cover other scheduling alternatives in my post.

Create a folder, clone my repository to it and run:

pip install -r requirements.txt

Then you call the script and pass in your arguments:

python scheduler.py --u username --pw password --flr location --d date --t time

About

A Selenium web bot that is scheduled using the Windows Task Manager to reserve gym slots at Syracuse University Gyms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages