DankMemeGuy / FlickrScraper

Bulk image and video downloader for Flickr.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlickrScraper

FlickrScraper is a Java program that scrapes search results and user profiles on flickr.com for image and video links to save. Scraping search results can be done by command line and scraping profiles can be done by command line and through the GUI.

Features

  • Save all photos and videos from a specific user's profile.
  • Search for a specific word and save all photos and videos from users who recently uploaded under that term.
  • Graphic User Interface

Usage

Compile

javac *.java

Scrape Search Terms

java FlickrScraper <search term>

Scrape Specific Profile

java FlickrScraper <user profile link>

Launch The GUI

java FlickrScraperGUI

About

Bulk image and video downloader for Flickr.


Languages

Language:Java 100.0%