This is a simple script that will check a number of classes for free seats every two minutes and if it finds an empty seat it will email you.
Dependencies:
- Python3
- Pandas
- bs4
To operate this script paste links such as this one under the column Url in classes-url.csv. Then edit the following lines of code into an email you have access to. (this has been set up for gmail)
sFrom = 'editme'
sTo = 'editme'
password = 'editme'
You can run it in the background using screen
Good luck getting pushed in!