aquino-a / tweet-oauth

oauth server for twitter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tweet-oauth

oauth server for twitter

Server for getting a fresh access and refresh token for you twitter bots. Once you have the intial token, the twitter api sdk has an option to auto refresh.

Build

Add clientId and clientSecret to the application.properties and run as a service. Get new tokens whenever you need.

This project requires the tweet-delete project to build.

Build with mvn install

Run

You can run the release jar with your own settings without building.

java -jar tweet-oauth.jar --server.port=<port> --clientId=<id> --clientSecret=<secret>

About

oauth server for twitter


Languages

Language:Java 60.7%Language:HTML 20.5%Language:JavaScript 18.8%