/checkNovaSport

Automate booking of sport sessions on NovaSport website - be first, be smart

Primary LanguagePython

checkNovaSport

Automate booking of sport sessions on NovaSport website - be first, be smart

Requirements :

The tool splits the work on 3 parts :

  1. A browser userscript running on the https://login.novasport.be/ webpage, refreshing and pushing the current auth token to a local HTTP server (2.)
  2. An HTTP server serving userscript to have fast integration and the current token to identify user. Run by default on port 8080 :
  3. A NovaSport checker instance constantly monitoring targeted available sport sessions, able to notify about/automatically book one as long as there is a free place

These can be launched separately or at once simply with

./start.py [arguments, see -h to get a list]