| Package | Description |
|---|---|
| org.openimaj.picslurper | |
| org.openimaj.stream.functions | |
| org.openimaj.web.scraping | |
| org.openimaj.web.scraping.images |
| Modifier and Type | Field and Description |
|---|---|
static List<SiteSpecificConsumer> |
StatusConsumer.siteSpecific
the site specific consumers
|
| Modifier and Type | Field and Description |
|---|---|
protected List<SiteSpecificConsumer> |
SiteSpecificURLExtractor.siteSpecific
the site specific consumers
|
| Constructor and Description |
|---|
SiteSpecificURLExtractor(SiteSpecificConsumer... consumers)
Construct with the given consumers.
|
| Constructor and Description |
|---|
SiteSpecificURLExtractor(List<SiteSpecificConsumer> consumers)
Construct with the given list of consumers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HTMLScrapingSiteSpecificConsumer
Abstract base for scraping data from elements in web pages
|
class |
SimpleHTMLScrapingConsumer
Simple scraper that just uses the given css selector to find all
relevant data in the page
|
| Modifier and Type | Class and Description |
|---|---|
class |
FacebookConsumer
Consume facebook posts/pictures using the
com.restfb.FacebookClient
client |
class |
ImgurConsumer
Downloads images hosted on imgur.com using their API
|
class |
InstagramConsumer
Use the instagram api to download images
|
class |
OwlyImageConsumer
ow.ly is a url shortening service that also has an image sharing service
|
class |
TmblrPhotoConsumer
Using a tumblr API key turn a Tmblr URL to an image id and call the tumblr
API's posts function.
|
class |
TwipleConsumer
A Twiple screen scraper
|
class |
TwitPicConsumer
Use JSoup to load the twitpic page and find the img tag that has a source
which contains the string "photos" or "cloudfront"
|
class |
TwitterPhotoConsumer
Download images from twitter's own image hosting service
|
class |
YfrogConsumer
A yfrog screen scraper
|