Skip to content

soumencemk/twitterAnalyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Stream analyser

Java CI with Maven GitHub language count

Using Twitter4j and Stanford NLP Library

How to use

  • Register for Twitter4j and get the API Keys
  • Relace the values in twitter4j.properties-

twitter4j.properties

oauth.consumerKey=<>
oauth.consumerSecret=<>
oauth.accessToken=<>
oauth.accessTokenSecret=<>
  • Then run the spring boot app either from command line or using maven
./mvnw spring-boot:run

Open http://localhost:8080/ and Enjoy !

About

Twitter analyser service

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published