Skip to content

ekoneil/gnip-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to the Java client library for Gnip!

This Java API provides easy access to Gnip for Java developers.  

To build the library, run:

  mvn compile

To test the library, create the file:

  src/test/resources/test.properties

which holds the username, password, and host properties used to
connect to Gnip.  This file should be of the format:

gnip.username=darthvader
gnip.password=goempire
gnip.host=https://s.gnipcentral.com
gnip.publisher=apublisheryouown
# the number of seconds to wait between each test's setup / teardown
gnip.idlesecs=2 

Note, the JUnit tests publish activities to a Publisher.  You can only own publish
activities to a Publisher when you own it, so create a Publisher and provide its
name above in the "gnip.publisher" property.

To test the library, run:

  mvn test

To package the library, run:

  mvn package

To clean the library, run:

  mvn clean

About

Java library for utilizing Gnip services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published