Speedometer is an application that is designed to measure internet speed autonomously during the day.
I would recomend downloading all the code onto a raspberry pi and then making a cron job to run main.py on startup.
# Make sure you have speedtest cli installed
# Instructions on how to install here https://www.speedtest.net/apps/cli
# Clone repo
git clone https://github.com/lucas-watkins/speedometer.git
# Make cron job
crontab -e
# Append "@reboot python3 /path/to/code/main.py" to the file
# (Without Quotes)
# Reboot raspberry pi
sudo reboot
Now after this, you should be able to visit your pi's address in browser and look at the charts.