Skip to content

A twitter API for Node.js made using npm's twit package.

Notifications You must be signed in to change notification settings

sweezy793/twitter-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twitter-bot

A twitter API made with basic Node.js commands.

Will perform 3 actions :

get() function for searching tweets

post() function for tweeting

stream() function for notifying or directly communicating


-To search tweets change params object accordingly in index.js file and run with command 'node index.js'

-To tweet change tweet object accordingly in index2.js file and run with command 'node index2.js'

-To send tweets at a particular time interval use index3.js and run with command 'node index3.js'

-Bot can also send tweets to anyone that follows you. To use run in command line 'node index4.js'

About

A twitter API for Node.js made using npm's twit package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published