Skip to content

Simple Node/Typescript Twitter bot consuming twit API to show the different Argentine dollar quotation of the day

License

Notifications You must be signed in to change notification settings

MateoCerquetella/twitter-bot-dolar-argentina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💵 Twitter Bot Dolar Argentina

💰 Install

yarn

💲 Scripts

yarn dev

Starts the application in development. It's required to add your env keys before running the server to proper function

💵 How to use it

I use dotenv but it's your choice to choose the best tool you can work with an environment variables. Now, I will demonstrate how to set up and work with the dotenv package

  1. Add a .env file in the main folder.
  2. Fill the .env with your credentials. Don't use the '' or "" inside the .env Example: CONSUMER_KEY=xxxx CONSUMER_SECRET=xxxx ACCESS_TOKEN=xxxx ACCESS_TOKEN_SECRET=xxxx
  3. Start the app and enjoy!

About

Simple Node/Typescript Twitter bot consuming twit API to show the different Argentine dollar quotation of the day

Topics

Resources

License

Stars

Watchers

Forks