Sends a text message when a class's quantity changes on Lou's List.
- Download the PhantomJS driver and make sure you can use it with Python's selenium.
- Install Python's selenium and twilio libraries
- Create a Twilio account and note down credentials.
- Copy secret.sample.py into secret.py and replace blank credentials with your Twilio account credentials.
- Go to the Lou's List semester page of the semester that you want to check
- Copy the URL to the semester link into SEMESTER_URL in bot.py.
- 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.
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.