Skip to content

ikbenpinda/TwitterAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterAPI

TwitterAPI module for Java.

Version 0.1 // hacked-together-and-ported proof-of-concept edition.

Setup

To import this API make sure you've included:

  • Scribe
  • jsonSimple
  • javax ssl

Usage

TwitterFeed is made to be simple to use. It's easy to work with - but with less functionality. To use the TwitterFeed simply do the following:

TwitterFeed feed = new TwitterFeed();

From here on you can call all it's functions, e.g.

String status = feed.getStatus();

This will return the amount of requests you have left.

About

TwitterAPI module for Java.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages