Skip to content

Instantly share code, notes, and snippets.

View nickbalch's full-sized avatar
🎯
Focusinging

nickbalch

🎯
Focusinging
View GitHub Profile
@nickbalch
nickbalch / download_flickr_group.py
Last active August 9, 2022 07:36 — forked from Jarvl/download_flickr_set.py
Python scripts for downloading and maintaining flickr images from a group or set into a subfolder, then generating a RSS feed from a folder that could contain the downloaded flickr folder and/or additional images from elsewhere. Resulting file can be served up by any webserver to (for example) a LCD picture frame that can accept RSS feeds. RSS g…
#!/usr/bin/env python
# import libraries
#import sys
import datetime
import time
import random
import flickrapi
import requests