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'