Download up to 4K images with specific keyword(s) from Flickr
- Sign in with your Flickr account
- 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.
- Install flickrapi for Python. If you use Windows, you can try
easy_install flickrapi
. - Modify
key
andsecret
variables in the code with your key and secret codes generated in Step 2. - Modify the keyword from the
keyword
variable. - Run!