Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.1 KB

README.md

File metadata and controls

26 lines (20 loc) · 1.1 KB

ISP Monitor

As seen on http://www.twitter.com/avivohoje (formerly @anethoje)

ISP Monitor monitors your Internet speeds and reports the results to your Twitter account.

Dependencies

Installing

  1. Clone this repo: $ git clone [email protected]:guilhermearaujo/ISPMonitor.git
  2. Run make dependencies to install the dependencies. The official Ookla Speedtest CLI tool is also required. See how to install it on your platform.
  3. Add your Twitter Credentials and Internet speeds to config.py (hint: there's a config.sample.py!)
  4. Schedule the script using Cron:
    $ crontab -e
    Add the line:
    0 * * * * /path/to/script/main.py
    Make sure your Cron's PATH includes the speedtest path (see how)

Using

Wait and check your Twitter account periodically.

License

ISPMonitor is released under the WFTPL license. See LICENSE for details.