Tweets the latest statistics for COVID19
- NodeJS
- NPM
- Git
Open terminal and run the following commands:
git clone https://github.com/nikotidar/covid19-twitter
cd covid19-twitter
- Create a twitter bot at https://developer.twitter.com/en/apps.
- Rename
config.example.js
toconfig.js
, then copy and paste all tokens and secrets into the file. - Run
node index.js
to start the bot.