Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
Kevin Delbegue edited this page Sep 1, 2018 · 7 revisions

Welcome !


Why ?

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.

How it works ?

Manually :

  • 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 !

With the script :

$  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 !

Installation

See the Installation page !

Usage

See the Usage page !

Discord Bot

See the Discord Bot page !

Troubleshooting

See the Troubleshooting page !

Still questions ?

See the FAQ page !

Clone this wiki locally