Monitor the registration status in http://newecom.fci-cu.edu.eg/
$ pip install requests
$ cp secrets.py.sample secrets.pyand edit secrets.py with your own data then:
$ python3 registration_monitor.pyThe process will exit with 0 status once done. You can chain it with other commands like:
$ python3 registration_monitor.py && python3 extras/discord_webhook.py WEBHOOK_URL MESSAGE && notify-send "Registration has started"You can use the following script in the same way as above after registering to see if the registration restarts:
$ python3 restart_monitor.py