Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 337 Bytes

TwitterBotXO

Java based twitter bot

Guidelines to run:

  1. make a twitter app and generate authentication keys
  2. edit src/main/resources/ twitter4j.properties file and add your generated keys
oauth.consumerKey=
oauth.consumerSecret=
oauth.accessToken=
oauth.accessTokenSecret=
  1. run