/Wallpaper_Webcam_Image_Downloader

On interval download/refresh picture (from a live webcam url for example), to use as a wallpaper

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

Wallpaper Webcam Image Downloader

On interval download picture (from a live webcam url for example) and use it as a wallpaper

PYTHON

This is a python3 coded version

LAUNCH

Create a script.sh or type python3 wwid.py

CONFIGURATION

3 variables to adjust (within wwid.py file) :

PICTURE URL

url = 'http://www.tierradelfuego.org.ar/webcam/ima/2014/06/20140624-021.jpg'

WALLPAPER FILE NAME AND FOLDER --- dont add file extension

dossier = "/home/pi/Pictures/wallpaper"

INTERVAL IN SECONDS

intervalle = 900