| Class | Description |
|---|---|
| CommonHTMLConsumers |
HTML based consumers for common sites
|
| FacebookConsumer |
Consume facebook posts/pictures using the
com.restfb.FacebookClient
client |
| ImgurClient |
An imgur client has the various functionality of the imgur.com api
|
| ImgurClient.ImageResponse |
An image response is composed of two Maps, one describing the image and
another describing its links
|
| ImgurClient.ImgurTypeHash |
The type and hash usually returned from
ImgurClient.imgurURLtoHash(URL) |
| ImgurConsumer |
Downloads images hosted on imgur.com using their API
|
| InstagramConsumer |
Use the instagram api to download images
|
| OwlyImageConsumer |
ow.ly is a url shortening service that also has an image sharing service
|
| TmblrPhotoConsumer |
Using a tumblr API key turn a Tmblr URL to an image id and call the tumblr
API's posts function.
|
| TwipleConsumer |
A Twiple screen scraper
|
| TwitPicConsumer |
Use JSoup to load the twitpic page and find the img tag that has a source
which contains the string "photos" or "cloudfront"
|
| TwitterPhotoConsumer |
Download images from twitter's own image hosting service
|
| YfrogConsumer |
A yfrog screen scraper
|
| Enum | Description |
|---|---|
| ImgurClient.ImgurType |