Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/brikaa/newecom-monitor

Monitor the registration status in http://newecom.fci-cu.edu.eg/
https://github.com/brikaa/newecom-monitor

Last synced: about 2 months ago
JSON representation

Monitor the registration status in http://newecom.fci-cu.edu.eg/

Awesome Lists containing this project

README

        

### Newecom Notifier

Monitor the registration status in http://newecom.fci-cu.edu.eg/

## Running

```shell
$ pip install requests
$ cp secrets.py.sample secrets.py
```

and edit `secrets.py` with your own data then:

```shell
$ python3 registration_monitor.py
```

The process will exit with 0 status once done. You can chain it with other commands like:

```shell
$ 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:

```shell
$ python3 restart_monitor.py
```