Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/brikaa/newecom-monitor
- Owner: Brikaa
- License: mit
- Created: 2022-10-05T13:33:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-25T13:10:25.000Z (11 months ago)
- Last Synced: 2024-02-25T14:26:48.565Z (11 months ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```