Skip to content

Draws chart with number of twitter followers over time. Contains java and html (with highcharts.js) component

License

Notifications You must be signed in to change notification settings

jojomay24/TwitterAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterAnalyzer

Keeps track of your twitter followers and visualizes as a nice chart. See demo here: http://alexxx.eltanin.uberspace.de/twitter/charts.html and enter alexjojomay

Technology

java 7 (spring boot,twitter4j), html, highcharts.js

Instructions:

... clone it!

... build it: gradle clean build

... create application.properties with twitter authorization data (get auth-data here: https://apps.twitter.com/app/new ) vim application.properties OAuthConsumerKey=YOUR_DATA OAuthConsumerSecret=YOUR_DATA OAuthAccessToken=YOUR_DATA OAuthAccessTokenSecret=YOUR_DATA

... run it: java -jar build/libs/twitterAnalyzer-0.1.0.jar --twitterUser="alexjojomay" --fileOutputBasePath="/tmp/"

... view your chart open charts.html with any modern browser and specify your used twitterName

... for creating a real chart, run this app on a regular basis (like once a day). All changes will be tracked in local csv-files (Format: ."twitterUser"-followerIDs.current, ."twitterUser"-followerIDs.delta). The webpage (charts.html) uses these files as input-data.

About

Draws chart with number of twitter followers over time. Contains java and html (with highcharts.js) component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages