Skip to content

srikarg89/UVA-Class-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UVA-Class-Checker

Sends a text message when a class's quantity changes on Lou's List.

Usage

  1. Download the PhantomJS driver and make sure you can use it with Python's selenium.
  2. Install Python's selenium and twilio libraries
  3. Create a Twilio account and note down credentials.
  4. Copy secret.sample.py into secret.py and replace blank credentials with your Twilio account credentials.
  5. Go to the Lou's List semester page of the semester that you want to check
  6. Copy the URL to the semester link into SEMESTER_URL in bot.py.
  7. Using google developer tools, find the xpath of the link that you want to check. Change the ELEMENT_PATH value in bot.py to match your xpath.

Warning

Please don't abuse this by trying to attack the Lou's List website. The website only updates every 30 minutes, so a 900 second delay should be more than low enough.

About

Send text message when class opens up on Lou's List.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages