Skip to content

morningatlohika/morning-twitter-wall

 
 

Repository files navigation

MorningTwitterWall

TwitterWall demo for Morning@Lohika

To make this bot connect to Twitter you need to add twitter4j.properties file to resources folder. This file should contain these lines:

debug=true
oauth.consumerKey=*********************
oauth.consumerSecret=******************************************
oauth.accessToken=**************************************************
oauth.accessTokenSecret=******************************************

To obtain these keys you need to sign in to Twitter and register your application using link https://apps.twitter.com/

To run:

$ ./gradlew run

Packages

No packages published

Languages

  • Kotlin 100.0%