Skip to content

In this repo, you'll find scripts I demoed on my YouTube channel. Specifically in my Raspberry Pi series videos.

License

Notifications You must be signed in to change notification settings

ltekengineering/Raspberrypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi

All scripts are currently running on my Raspberry Pi


DDNS CLIENT

Email yourself your WAN IP address whenever it changes

  1. Clone the project
  pi@raspberry:~$ git clone git@github.com:ltekengineering/Raspberrypi.git .
  1. Clean up
  pi@raspberry:~$ rm LICENSE README.md
  pi@raspberry:~$ rm -rf .git*
  1. Edit resources/config.ini
  1. 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

About

In this repo, you'll find scripts I demoed on my YouTube channel. Specifically in my Raspberry Pi series videos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages