Skip to content

adicirstei/rtchose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#RTCHose - Twitter bot

This is my experiment on implementing a (re)Twitter bot.

It is a node.js application.

Before run:

npm install

Also create a config.json file which contain:

{ 
  "twitter": {
      "consumer_key":         "....."
    , "consumer_secret":      "....."
    , "access_token":         "..-.."
    , "access_token_secret":  "....."

  },
 "my_id": "twitter account id"
}

to run: node index.js

About

twitter bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published