/flickr-crawler

A repo for crawling images from Flickr. Good for data mining and AI training. Tell me what you think!

Primary LanguagePythonMIT LicenseMIT

Introduction

Simple script to download Flickr images: default NUMBER_OF_IMAGES = 100. Change that in flickr_crawler.py as your need.

python flickr_crawler.py TAG <optional TAG> ...

API key

Get your Flickr API key.

You can also set your API key and secret in flickr.py:

api_key: my_key
api_secret: my_secret

Requirements

  • PIL