-
Notifications
You must be signed in to change notification settings - Fork 1
rajatarya/flickr-wallpaper
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Summary: This is a simple python script that downloads public Flickr photos from configured groups. I wrote it to periodically download wallpapers from groups on Flickr that upload wallpaper images. The script requires a Flickr API key and at least one Flickr GroupID, both values stored in a config file. When the script is run it will update the config file to include the last time it was run, and only search for images that have been added since the script was last run. The script has minimal error checking and is designed to be run by a cron-like interface periodically. This script has parts lifted from flickr.py (http://code.google.com/p/flickrpy/) though large portions of the sript have been simplified/changed. Installation: pip install the requirements.pip file (really just needs ConfigObj), and then run however you'd like. Sample Cron line (Sunday at 11pm go and fetch latest photos): 23 * * * 0 echo `date` >> ~/logs/flickr-wallpaper.log; /usr/bin/python ~/code/flickr-wallpaper/flickr-wallpaper.py >> ~/logs/flickr-wallpaper.log
About
Python script that enables downloading public pictures from Groups on Flickr locally
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published