https://github.com/aitorres/internet-watch
A tiny Python script that watches over your internet connection to detect and register changes in its status.
https://github.com/aitorres/internet-watch
Last synced: 3 months ago
JSON representation
A tiny Python script that watches over your internet connection to detect and register changes in its status.
- Host: GitHub
- URL: https://github.com/aitorres/internet-watch
- Owner: aitorres
- License: mit
- Created: 2017-09-13T03:44:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T21:38:23.000Z (over 7 years ago)
- Last Synced: 2025-01-27T22:49:07.686Z (over 1 year ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Internet Watch
Welcome to Internet Watch! This is a tiny Python script that watches over your internet connection to detect and register changes in its status on a local, Markdown-ready file.
## Usage
You should run Internet Watch often, either manually or using cron jobs or any other task scheduler. It compares your internet status with the prior status, and if it finds a change, it registers the change on this file.
You can tweak the amount of tries, which is 10 by default.