Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 720 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 720 Bytes

jExam Webpage Monitor

This script monitors the jExam webpage for changes and sends notifications via Discord webhooks.

Requirements

  • Python 3.6+
  • Selenium
  • chromedriver in PATH
  • Discord webhook URL
  • Python dotenv
  • Python discord_webhook

Installation

  1. Clone the repository.
  2. Install the required packages using pip install -r requirements.txt
  3. Create a .env file 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"
  1. Run the script using python track_site.py

Credits

Special thanks to Lukas Juhrich for all the help!