https://github.com/kindlychung/uploadflickr
take a screenshot and upload to flickr
https://github.com/kindlychung/uploadflickr
Last synced: about 2 months ago
JSON representation
take a screenshot and upload to flickr
- Host: GitHub
- URL: https://github.com/kindlychung/uploadflickr
- Owner: kindlychung
- License: gpl-2.0
- Created: 2014-04-14T12:43:05.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T12:51:58.000Z (about 11 years ago)
- Last Synced: 2025-02-10T21:46:43.079Z (4 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
uploadFlickr
============Take a screenshot and upload to flickr, very naive
and very simple, no options, no arguments, just download
the python script, fill in the api key and secret,
and run. It will take a screenshot
and save it as a temporary file, then upload to flickr.#Prerequsites:
1. You need a api key and api secret, google for "flickr api key".
2. You need the flickrapi python package, install it bysudo pip install flickrapi
3. Edit the python script and fill in line 11 and 12:
api_key = ""
api_secret = ""