Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View glafranceri's full-sized avatar

Garrett J. LaFrance glafranceri

View GitHub Profile
anonymous
anonymous / download_flickr_set.py
Created April 7, 2016 18:32
New code for Flickr picture frame
#!/usr/bin/env python
import flickrapi
import requests
import os
import re
FLICKR_KEY = "your api key"
FLICKR_SECRET = "your secret"
USER_ID = "your user id"