Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voliveirajr/tweethub
A self-contained command line that search for projects on GitHub with a given key and find related tweets in twitter using Spring Boot, Twitter4J
https://github.com/voliveirajr/tweethub
github spring spring-boot springboot tweets twitter4j
Last synced: about 1 month ago
JSON representation
A self-contained command line that search for projects on GitHub with a given key and find related tweets in twitter using Spring Boot, Twitter4J
- Host: GitHub
- URL: https://github.com/voliveirajr/tweethub
- Owner: voliveirajr
- License: gpl-3.0
- Created: 2015-10-27T16:35:44.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-28T13:55:38.000Z (almost 6 years ago)
- Last Synced: 2024-11-07T07:48:48.653Z (3 months ago)
- Topics: github, spring, spring-boot, springboot, tweets, twitter4j
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README #
This is an exercise implementation for an Assessment.
This app consists in a self-contained command line that search for projects on GitHub with a given key and find related tweets in twitter### Requirements ###
* Java 1.7
* Maven 3.x### Configuration ###
Before run your build the properties should be configurated.
At the root folder is available a yaml file application.yamlThere is available the folowing settings:
* GitHub url api (required)
* All tokens required for twitter connection (required)
* Proxy settings if necessary (leave the settings without value for no proxy)Use up to 10 for twitter limit for development accounts, over that twitter will block your requests.
### How to build? ###
As a maven project, should be executed:
```
#!shell
mvn clean package
```
It will generate your snapshot version jar### Running ###
To run the application should be executed as follow
```
#!shell
java -jar tweethub-0.0.1-SNAPSHOT.jar tetris
```
This will print on console all related tweets regarding the projects with the name given in json format.