Build a simple Twitter Bot with Node.js in just 38 lines of code

Click for: original source

Brandon Morellinot complicated tutorial aiming to build a simple Twitter favorite bot with Node.js in just 38 lines of code.

You will learn how to create a Node.js application that interacts with the Twitter API. In this application, the API will allow us to search for tweets, and favorite the tweets that our application finds. It will guide you how to register your app with Twitter.

It will also teach you how to create project and package.json in Node.js. The workflow of the bot app is very simple” first, you search for Tweets, then you select one and favorite it.

The full app.js file is provided on GitHub. And there is also second article in the series which will show you how to do a lot more with Twitter API.

[Read More]

Tags nodejs bots javascript