An open API service indexing awesome lists of open source software.

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

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