Skip to content

st2654/TwitterRecentTweets_NodeJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

#TwitterRecentTweets_NodeJS This is NodeJS client to fetch the recent tweets. To use this code first install 'twitter' an npm package

npm install twitter

After this you need to create an app in twitter, to create an app click on http://apps.twitter.com You need to add App Name, description, website and check the agreement box, click to create app. Now click on Keys & Token tab and scroll down and click on request token. Get Consumer Key, Consumer Secret key, Access Token and Access Secret Key.

You need this 4 keys to run this program. Fill it in this values

var client = new Twitter({
	//Fill in Consumer keys and Access token from your twitter app
consumer_key : '',
consumer_secret : '',
access_token_key : '',
access_token_secret : ''
});

To run node twitter_recent_tweets.js

About

A NodeJS client to fetch recent tweets from twitter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published