Initial commit

This commit is contained in:
2019-03-24 16:16:11 +01:00
commit 23d826c5c9
4 changed files with 114 additions and 0 deletions

12
README.markdown Normal file
View File

@ -0,0 +1,12 @@
# Speed-test and IP change scripts
## Requirements
* Python 3 with modules `mysql-connector-python` and `speedtest-cli`
* A SQL database (MariaDB is recommended)
## Usage
1. Create tables in the database using `tables.sql`
2. Configure the scripts in the fields provided
3. Add cron-jobs for the scripts. I currently use an interval of 15 seconds