All Projects → GKalliatakis → FBI-Scraper

GKalliatakis / FBI-Scraper

Licence: MIT license
A simple, multithreaded image scraper implemented in Python for downloading all images from the Flickr web service for a given keyword and time period.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to FBI-Scraper

flickr-objects
An object-oriented wrapper for the Flickr API.
Stars: ✭ 29 (+107.14%)
Mutual labels:  flickr-api
kaec-app
An Apache Flex mobile app that uses the Youtube V3 API, Foursquare API, Flickr API and RSS feeds.
Stars: ✭ 12 (-14.29%)
Mutual labels:  flickr-api
flickr scraper
Simple Flickr Image Scraper
Stars: ✭ 148 (+957.14%)
Mutual labels:  flickr-api
image-crawler
An image scraper that scraps images from unsplash.com
Stars: ✭ 12 (-14.29%)
Mutual labels:  imagescraper

FBI Scraper -- Flickr Bulk Image Scraper

A simple, multithreaded image scraper implemented in Python for downloading all images from the Flickr web service for a given keyword and time period.

Installation

You need git (distributed version control system) installed globally. Open your favorite Terminal and run these commands.

$ sudo apt-get update
$ sudo apt-get install git
$ clone https://github.com/GKalliatakis/FBI_Scraper

Every Flickr API application needs to obtain an API 'key'. You can apply for a key by following this link https://www.flickr.com/services/api/auth.howto.web.html.

Once the API_KEY and the API_SECRET are obtained, open flickr.py and set those variables accordingly.

Usage

$ cd FBI_Scraper
$ python multigetphotos.py [KEYWORD(S)] [START DATE] [END DATE]

By default, a new folder called “KEYWORD” will be created in the working directory, containing all the downloaded images.

Example:

Scrape all images of sea bass which were uploaded between the 1st of January 2016 and 1st of June 2016.

$ python multigetphotos.py sea+bass 01-01-2016 01-06-2016

License

MIT

This app is for learning purposes, and not meant for any use in production / commercial purposes.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].