Twitter API scraper
Budget: $250 – $750 SGD
Technologies:
- Java
- Spring boot
- MySQL
- Twitter API
This spring boot service shall poll a channel on twitter (configurable) every hour and update the content in the database (MySQL).
The content shall include:
- Number of followers
- All recent tweets made in the channel including re-tweets.
Each tweet shall include:
- ID of tweet
- Date of tweet
- Name of tweeter
- Link of tweeter
- Image data (Base64) of tweeter's profile image
- Tweet text
- Number of comments
- Number of re-tweets
- Number of likes
- Link to tweet
- Name of original tweeter (for re-tweets)
- Link to original tweeter (for re-tweets)
- Date of original tweet (for re-tweets)
- Text of original tweet (for re-tweets)
The project should be written in Java using Spring boot and write its data to a MySQL database.
The data should use the official Twitter API to obtain the data and you need to have your own API key and test on your own channel proving to use that it work.
The java service will run on Linux and no use of JNI is allowed.
- Java
- Spring boot
- MySQL
- Twitter API
This spring boot service shall poll a channel on twitter (configurable) every hour and update the content in the database (MySQL).
The content shall include:
- Number of followers
- All recent tweets made in the channel including re-tweets.
Each tweet shall include:
- ID of tweet
- Date of tweet
- Name of tweeter
- Link of tweeter
- Image data (Base64) of tweeter's profile image
- Tweet text
- Number of comments
- Number of re-tweets
- Number of likes
- Link to tweet
- Name of original tweeter (for re-tweets)
- Link to original tweeter (for re-tweets)
- Date of original tweet (for re-tweets)
- Text of original tweet (for re-tweets)
The project should be written in Java using Spring boot and write its data to a MySQL database.
The data should use the official Twitter API to obtain the data and you need to have your own API key and test on your own channel proving to use that it work.
The java service will run on Linux and no use of JNI is allowed.