This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin Delbegue edited this page Sep 1, 2018
·
7 revisions
Like most students I get marks/grades at school. They are available on a platform (Campus Booster). After an exam I have to check regularly if my grade has been added or not to the platform.
Boring you'll say ? Right !
This is why I thought to write a script that could do it for me and notify me if something has been added.
- Open your web browser (and your computer)
- Go to the platform's login page
- Login with your credentials
- Go to the marks tab when logged in
- Compare each section to see if something changed
- Log out and close your web browser (and your computer)
It could take up to 10 minutes sometimes, if you check like 6 times per day, you're wasting almost 1 hour every day !
$ time ./check_mark_campus_booster.py
Nothing new...
real 0m32,152s
user 0m8,618s
sys 0m0,887s
Check-Mark-Campus-Booster takes about 30 seconds only for the whole process !
See the Installation page !
See the Usage page !
See the Discord Bot page !
See the Troubleshooting page !
See the FAQ page !