ikbenpinda / TwitterAPI

TwitterAPI module for Java.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Java 100.0%