Skip to content

jembie/jExam-Tracker-Discord

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages