Skip to content

Quick Java app to download all images matching a hashtag or other search query.

Notifications You must be signed in to change notification settings

sveinungkb/twitter-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Image Scraper

Quick console app using Twitter4J's to query Twitter for tweets matching a query and downloading all media entities (photos) to disk.

Disclaimer: Do not use against Twitter's API policies, I'm sure they have some on this.

Usage:

  1. Change consumer key and consumer secret in Main.java.
  2. gradle assembleRelease
  3. java -jar build/libs/twitter-scraper-1.0.jar "#somehashtag" "pathToOutput"

About

Quick Java app to download all images matching a hashtag or other search query.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages