Skip to content

shaunthomas999/tweets-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tweets Fetcher

Description

Tweets Fetcher is a Spring-boot application that fetches upto 200 tweets of a twitter user (e.g., ElsevierNews) configured in app.tweetsFetcher.twitterUser property of application.properties file.

Configuration

  • app.tweetsFetcher.twitterUser - Specify the name of twitter user whose tweets needs to be fetched
  • spring.social.twitter.appId - Consumer Key or API Key received after registering the app in twitter. Please refer to Registering an Application with Twitter.
  • spring.social.twitter.appSecret - Consumer Secret or API Secret received after registering the app in twitter.

Run the application

Execute the command ./mvnw spring-boot:run in ubuntu based systems

Screenshot

Screenshot

About

Spring-boot application that will fetch tweets for a given keyword

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors