Skip to content

Latest commit

 

History

History
18 lines (18 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (18 loc) · 437 Bytes

TwitterBot

Twitter Bot using node js and twit lib. This app will post "Thank you for following {person_name}" on twitter if anyone follows.

Step 1

Configure config.js with your twitter developer application data.

{
  consumer_key:         '...'
, consumer_secret:      '...'
, access_token:         '...'
, access_token_secret:  '...'
}

Step 2

Run Bot.js in Terminal or in CMD.

node bot.js