https://github.com/navchandar/wifi_usage_tracker
Used to track WiFi usage from ISP website and track network speed using fast.com
https://github.com/navchandar/wifi_usage_tracker
data fast isp isp-website python scraper speedtest task-scheduler track-wifi tracker wifi
Last synced: about 1 year ago
JSON representation
Used to track WiFi usage from ISP website and track network speed using fast.com
- Host: GitHub
- URL: https://github.com/navchandar/wifi_usage_tracker
- Owner: navchandar
- License: mit
- Created: 2019-05-29T05:44:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T15:43:37.000Z (about 5 years ago)
- Last Synced: 2025-03-24T07:38:02.602Z (about 1 year ago)
- Topics: data, fast, isp, isp-website, python, scraper, speedtest, task-scheduler, track-wifi, tracker, wifi
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WIFI Usage Tracker
[](https://opensource.org/licenses/MIT) [](https://www.python.org/)
Use i-on.pyw to track WiFi usage by logging in to ISP website and scrape the usage data and store using Google Forms. An interactive sample chart from this data published [here](https://docs.google.com/spreadsheets/d/e/2PACX-1vTGp6ml4xEXsW5cu43GFlSTW5n9-ucI4lSFTqu_xAcftxYFQJc4ZFyQTM476Vpyjih2rWbY8Ij6M5mB/pubchart?oid=510745775&format=interactive)
Use speed_recorder.pyw to periodically track connection download speed using fast.com and store using Google Forms. An interactive sample chart from this data published [here](https://docs.google.com/spreadsheets/d/e/2PACX-1vSdb66ed6zPca2ScoLbcDaG1n9UgQOxVrrO4j1D2SoOq_swYSAf2_-g2HXfrzKxlmiG_K8tqWjq7tPu/pubchart?oid=327029370&format=interactive).
These scripts can be scheduled to run at a constant time period, every day using Task Scheduler.
## Installation
In order to use this, you need to have Python 3+ and the required modules installed in your machine.
- [Python 3+](https://www.python.org/downloads/)
- [Requests](https://pypi.org/project/requests/)
- [ReautifulSoup](https://pypi.org/project/beautifulsoup4/)
- [fast](https://pypi.org/project/fast.com/)
- [How to Use Task Scheduler](https://www.wikihow.com/Use-Task-Scheduler-(in-Vista))
#### Donate
[](https://paypal.me/navchandar/)
[](https://ko-fi.com/navchandar/)
[](https://www.buymeacoffee.com/navchandar/)