Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steadbytes/speed-watcher
Monitors internet speed and tweets your ISP when below threshold
https://github.com/steadbytes/speed-watcher
Last synced: 3 months ago
JSON representation
Monitors internet speed and tweets your ISP when below threshold
- Host: GitHub
- URL: https://github.com/steadbytes/speed-watcher
- Owner: SteadBytes
- Created: 2017-07-04T07:55:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T00:39:40.000Z (about 2 years ago)
- Last Synced: 2023-03-06T18:55:11.029Z (almost 2 years ago)
- Language: Python
- Size: 27.3 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speed Watcher
Monitors internet speed and tweets your ISP when below threshold. https://twitter.com/Speed_Watcher
https://github.com/sivel/speedtest-cli is used for testing speeds.
https://github.com/tweepy/tweepy is used for accessing the [Twitter API](https://dev.twitter.com/rest/public)
:construction: This is a work in progress project and is not intended to be fully accurate/featured monitoring system. The project is a proof of concept and an interesting way to practice using Twitter API and building a robust Python application. There are practical flaws in its implementation. For example, speedtest-cli will use up bandwidth which will exasperate any low-speed issues.