This is the code repository for Building Bots with Node.js, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
The bots are taking over and we're all for it! Messenger-based bots will be the dominant software UI for the next generation of applications – even Slack, Telegram, and Facebook are driving a new approach where "threads are the new apps."
All of the codes are organized as per the chapters, each folder has the codes related to that chapter or appendix.
For example: Building-Bots-with-Nodejs/Chapter05/package.json
The code will look like the following:
{
"name": "telegrambot",
"version": "1.0.0",
"description": "\"A Telegram Bot for Sentiment Analysis\"",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Following is the software-hardware list:
Chapter | Software required | Hardware required | OS required |
---|---|---|---|
01-09 | Node.js | PC or laptop with at least 2 GB of RAM (4 recommended) | OS Independent although Windows 8 or above recommended |
Click here if you have any feedback or suggestions.