Simple script to run internet speed tests using speedtest.net and store the results in an sqlite3 database
- Clone this repo,
git clone https://github.com/Arwic/SpeedLog
- Install requirements,
pip install -r requirements.txt
- Create task to run
speedlog.py
as often as you like. You can use therun_in_background.vbs
script to run the script without a command line popping up in the foreground. (Google "Task Scheduler" for windows, or "cron" for linux)
- Run
python3 speedgraph.py