Skip to content

Simple search and download twitter images matching a search term.

Notifications You must be signed in to change notification settings

scottwb/twitter-image-search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super simple command-line script for downloading a bunch of images from Twitter that match a given search term. This is just a script. It's not a gem, library, or even a class. Take it for what it's worth.

Usage

$ gem install twitter
$ git clone REPOURL
$ cd REPONAME
$ ./twitter-image-search.rb seattle snow

The parameters are search terms using the Twitter Search API. For example, to get images from tweets with the hashtag #snowpocalypse2012 that DO NOT include the word "seattle":

$ ./twitter-image-search.rb "#snowpocalypse2012 -seattle"

Terms of Use

Use at your own risk. Be aware that Twitter's API Terms of Service prevent many things such as:

Exporting Twitter Content to a datastore as a service or other cloud based service, however, is not permitted.

I absolve myself from all responsibility for how you choose to use this tool.

About

Simple search and download twitter images matching a search term.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages