Make a Node.js Twitter Bot

Click for: original source

Ryan wrote neat article about Node.js bot application. It uses the Twitter API in order to make requests for that Twitter Bot, such as tweeting, retweeting, liking, and more. Bots are a fun way to improve your coding skills through creativity.

The tutorial is divided in 3 main parts:

  • Hello, Twitter Bot
  • Making the Bot smarter
  • Deploying the Bot

It also deals with Tutorial application setup - which you will need in order to connect to Twitter API. And making a request is an asynchronous call. Example code is available for you in GitHub repository.

[Read More]

Tags web-development programming cloud