https://github.com/mendhak/flickrsignature
Flickr signature generator with dynamic URLs. Currently on http://flkr.me
https://github.com/mendhak/flickrsignature
Last synced: about 1 year ago
JSON representation
Flickr signature generator with dynamic URLs. Currently on http://flkr.me
- Host: GitHub
- URL: https://github.com/mendhak/flickrsignature
- Owner: mendhak
- Created: 2011-07-31T13:43:59.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-11-10T11:26:33.000Z (over 12 years ago)
- Last Synced: 2025-02-12T06:38:46.431Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 348 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Flickr Signature Generator and Flickr Dynamic URLs
=====================
This application generates a dynamic, easy to guess Flickr URL which updates automatically. The aim is to allow for
an easy to use URL that can get Flickr images or Flickr URLs. The Easy URL takes a username and image number.
For example:
flkr.me/**img/mendhak/9/b**
This means: _For user **mendhak**, get the **9**th latest **image**, in size **big**._
flkr.me/**url/123452@N00/4/p**
This means: _For user with NSID **123452@N00**, **redirect** me to the URL of their **4**th most **popular** photo_
An HTML/JS interface has been provided. Screenshot below.
This has a few uses:
* You can use JavaScript against your Flickr images (slideshows, badges, etc) without revealing your API key
* You can create badges, carousels, forum signatures such that they don't need to be updated
* If it's hosted on your server, you get better stats, else just use http://flkr.me
