/twitter4j-spring-boot-starter

SpringBoot Starter for Twitter4J

Primary LanguageJava

twitter4j-spring-boot-starter-parent

SpringBoot Starter for Twitter4J

How to use?

cd twitter4j-spring-boot-starter

mvn clean install

cd twitter4j-spring-boot-sample

Set your Twitter OAuth properties in twitter4j-spring-boot-sample/src/main/resources/application.properties

mvn clean test

You can add twitter4j-spring-boot-starter by adding the following dependency.

<dependency>
	<groupId>com.sivalabs</groupId>
	<artifactId>twitter4j-spring-boot-starter</artifactId>
	<version>1.0-SNAPSHOT</version>
</dependency>