This program notifies you of open classes on ASU course catalog.
- These install instructions were written to work with linux.
This app requires pip, firefox, selenium, geckodriver, and python 3.9, which can be installed with:
- pip
sudo apt install python3-pip - Python
sudo apt install python3 - Firefox
sudo apt install firefox - Selenium
pip install selenium - Geckodriver
sudo apt install firefox-geckodriver
- Clone the repo
git clone https://github.com/pixelizedgaming/asuclasssniper.git- Add destination addresses and class codes to send to in usernames.json.
- SMTP credentials should be added in SMS.py
- Run
python3 main.pyto start the program