Skip to content

0xSG/TwitterBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Twitter Bot using node js and twit lib

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published