https://github.com/buckley-w-david/internet-usage-monitor
https://github.com/buckley-w-david/internet-usage-monitor
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/buckley-w-david/internet-usage-monitor
- Owner: buckley-w-david
- License: mit
- Created: 2019-04-23T17:05:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T00:39:58.000Z (over 6 years ago)
- Last Synced: 2025-03-22T22:18:52.140Z (7 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Internet Usage Monitor
A simple project to monitor monthly internet usage, alerting one when they are projected to go over their monthly limit.
## Prerequisites
* Python3.6+
* [Firefox](https://www.mozilla.org/firefox)
* [geckodriver](https://github.com/mozilla/geckodriver)## Setup
Create and initialize the environment
```bash
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
```## Usage