Skip to content

Python Script to let my ISP Know that my net is slower than what I paid for

Notifications You must be signed in to change notification settings

helium876/ISP-Tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

ISP-Tweeter

Python Script to let my ISP Know that my net is slower than what I paid for

You would have to check out Twitter Apps to be able to get your API Keys

# Clone this repository
$ git clone https://github.com/helium96/ISP-Tweeter
# Go into the repository
$ cd ISP-Tweeter
# Install Twython
$ pip install twython
# Install Speedtest-Cli
$ pip install speedtest-cli
#Run once....
python flow.py
#Run on an interval (900 seconds = 15 minutes)
$ watch -n 900 python flow.py

About

Python Script to let my ISP Know that my net is slower than what I paid for

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages