Skip to content

gitter-badger/node-twitter-bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Twitter Bot

Installation

The easiest way to install node-twitter-bot is with npm

npm install node-twitter-bot

Alternately, download the source.

git clone https://github.com/nikolenkoanton92/node-twitter-bot.git

Features

  • Add Tweet By boy
  • Get List of Following People (optionaly you can unfollow)

Usage

var  NodeTwitterBot = require('node-twitter-boy');

var nodeTwitterBot = new NodeTwitterBot({
  consumerKey : 'Your Consumer Key',
  consumerSecret : 'Your consumer Secret',
  accessToken : 'Your access Token',
  accessTokenSecret : 'Your access Token Secret'
});

API

addTweet(String, callback)

Example:

nodeTwitterBot.addTweet('My First Tweet', function(err, res){

  // doing something

});

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%