ChristopherZhong / twitter-following-management-tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

twitter-following-management-tool

Build Status

Building this simple web app is my attempt to learning more about the continuous delivery process using existing tools/libraries/frameworks. The code in this repository is heavily based on https://github.com/spring-guides/gs-accessing-twitter (https://spring.io/guides/gs/accessing-twitter/), which is a great starting point for me.

Tools

What does it do?

This is a self-contained Spring Boot application that accesses profile data of a Twitter user and a list of people that user is following.

Currently, it just shows the first 20 friends of a user.

The application can be accessed at https://enigmatic-anchorage-9135.herokuapp.com/.

Coming soon

The following features have yet to be implemented (in no particular order):

  • Show the time since the last tweet of the user’s friends

  • Navigate through all friends of the user

  • Remembering authorization given by a Twitter user

What you’ll need to build

If you would like to build your this application, you will need the following:

Once both requirements are met, start by including the keys in the application.properties (src/main/resources/application.properties) file.

spring.social.twitter.appId={{put app ID here}}
spring.social.twitter.appSecret={{put app secret here}}

Summary

About

License:Apache License 2.0


Languages

Language:Kotlin 51.3%Language:Java 26.7%Language:HTML 22.1%