Steps to get started

  • Make a .env file and put all the keys in it, a sample is there in the blog.
  • Then install good old friendly node modules using npm i
  • Get an http URL using ngrok and start the bot using npm run dev
  • For instructions to deploy it on Heroku follow the second part of the blog.