Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 562 Bytes

FlickrImageDownloader

Download up to 4K images with specific keyword(s) from Flickr

Steps:

  1. Sign in with your Flickr account
  2. Create a new App from the following link: https://www.flickr.com/services/apps/create/noncommercial/. It will give you key and secret codes. We will use them in step 4.
  3. Install flickrapi for Python. If you use Windows, you can try easy_install flickrapi.
  4. Modify key and secret variables in the code with your key and secret codes generated in Step 2.
  5. Modify the keyword from the keyword variable.
  6. Run!