This script monitors the jExam webpage for changes and sends notifications via Discord webhooks.
- Python 3.6+
- Selenium
- chromedriver in
PATH - Discord webhook
URL - Python dotenv
- Python discord_webhook
- Clone the repository.
- Install the required packages using
pip install -r requirements.txt - Create a
.envfile and add the following contents:
PAYLOARD_URL=<YOUR DISCORD WEBHOOK URL>
CHROME_PATH=<YOUR PATH TO CHROMEDRIVER> #Default for project is set to "/user/bin/chromedriver"- Run the script using
python track_site.py
Special thanks to Lukas Juhrich for all the help!