Skip to content

hiroshikuze/image-loader-from-flickr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-loader-from-flickr

Download a large amount of images and owner jsonfile little by little for the keywords specified from the flickerAPI.

Setup

  1. Install flickrapi
pip install flickrapi
  1. Edit at 'config.json'.
{
    "key" : "12345678901234567890123456789012",
    "secret" : "abcdefghijklmnop",
    "wait_time" : 1,
    "keyword" : "hogehoge",
    "savedir" : "./images",
    "getImageCount" : 1000,
    "api_license" : "1,2,3,4,5,6",
    "api_extras" : "url_l,owner_name"
}

Usage

python ImageLoaderFromFlickr.py

Contribution

  1. Fork it ( http://github.com/hiroshikuze/image-loader-from-flickr/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

LICENCE

MIT License.

Author

hiroshikuze

Donation

Author's wish list by Amazon(Japanese)

About

Download a large amount of images little by little for the keywords specified from the flickerAPI.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages