Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitdalal0/download-stock-photos-flicker
https://github.com/rohitdalal0/download-stock-photos-flicker
api flicker flickr-api flickr-photos gui-application images photos tkinter-graphic-interface tkinter-gui tkinter-python
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohitdalal0/download-stock-photos-flicker
- Owner: rohitdalal0
- Created: 2019-08-30T08:10:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T03:44:27.000Z (over 1 year ago)
- Last Synced: 2024-04-19T08:36:29.945Z (9 months ago)
- Topics: api, flicker, flickr-api, flickr-photos, gui-application, images, photos, tkinter-graphic-interface, tkinter-gui, tkinter-python
- Language: Python
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flicker API To Get High quality Photos
1. Go on www.flicker.com and make your flicker account to get API.
2. Get api_key and secreat_key or just temporary paste some where, where you can easily get it
https://www.flickr.com/services/apps/create/apply/?.3. No-commercial: Your own use, implement in you website ... etc.
4. commercial: Use for make money, use in corperate sector ... etc.
5. Check API Documentation.
https://www.flickr.com/services/developer/
https://www.flickr.com/services/api/misc.overview.html6. you'll see n number of API
7. Go to api_list and get anyone of them or choice by your purpose.
https://www.flickr.com/services/api/## Example:
# photos:
flickr.photos.delete,
flickr.photos.getAllContexts,
flickr.photos.getContactsPhotos,
flickr.photos.getContactsPublicPhotos,
flickr.photos.getContext,
flickr.photos.getCounts,
flickr.photos.getExif,
flickr.photos.getInfo,
flickr.photos.getNotInSet,
flickr.photos.getPerms,
flickr.photos.getPopular,
flickr.photos.getRecent,
flickr.photos.getSizes,
flickr.photos.getUntagged,
flickr.photos.getWithGeoData,
flickr.photos.getWithoutGeoData,
flickr.photos.recentlyUpdated,
flickr.photos.removeTag,
flickr.photos.search,
flickr.photos.setContentType,
flickr.photos.setDates,
flickr.photos.setMeta,
flickr.photos.setPerms,
flickr.photos.setSafetyLevel,
flickr.photos.setTags,
# 6. Paste your api_link in my code and use it.
# 7. My app features:
# 1. search
# 2. height x width
# 3. path
# 4. unstopable photo downloading through one click
# 5. Quantity of photos selection
# 6. page jump option# Now your work is done, follow my code and paster your api_key
# Try to understand, not just copy and paste!
# APIs makes life easy!
# Now It's easy to download photos by click!# Enjoy!