verfehlix / follower-info-polling

java spring boot service that regularly polls a twitter profile & saves the follower count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

follower-info-polling

java spring boot service that regularly polls a twitter profile & saves the follower count & names of the followers

How to use

  • Configure twitter.userName, spring.datasource.url, spring.datasource.username and spring.datasource.password

    • either in resources/application.properties

    • or as command line parameter (e.g. --twitter.userName=it_meirl_bot)

  • Configure Twitter API access - create a twitter4j.properties file in the root directory and add the following properties:

oauth.consumerKey = [...]
oauth.consumerSecret = [...]
oauth.accessToken = [...]
oauth.accessTokenSecret = [...]

About

java spring boot service that regularly polls a twitter profile & saves the follower count


Languages

Language:Java 100.0%