- Clone the project
pi@raspberry:~$ git clone git@github.com:ltekengineering/Raspberrypi.git .
- Clean up
pi@raspberry:~$ rm LICENSE README.md
pi@raspberry:~$ rm -rf .git*
- Edit resources/config.ini
- username = your.email.address@gmail.com
- password = change this to app password generated at accounts.google.com
- Schedule this in crontab
pi@raspberry:~$ crontab -e
#add the following to run the script every hour
0 */1 * * * python /home/pi/Raspberrypi/pythonscripts/ipupdate.py >/dev/null 2>&1