DEV Community

Discussion on: How to create a Twitter Bot using Node.js and Heroku

Collapse
 
dowenb profile image
Ben Dowen

Thank you for this tutorial and the code, I have used it to make my own Bot:
github.com/dowenb/testeroftheday-t...

I have gone a slightly different way to keep the keys safe, using "dotenv" and a .env file locally, and the Heroku built in environment variables store. Otherwise it's pretty might a straight copy.