DEV Community

Discussion on: How to build a simple Twitter bot in 17 lines of code

Collapse
 
ivanoats profile image
Ivan Storck

Great tutorial!

If you're following along, make sure not to check in your Auth keys or other secrets to Github.

You could use the dotenv package to keep secrets in environment variables.

Collapse
 
zoedsoupe profile image
Zoey de Souza Pessanha

Hi! So, how can I use this package?