framboise-pi / Wallpaper_Webcam_Image_Downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:GNU Affero General Public License v3.0


Languages

Language:Python 100.0%