Tweets the latest statistics for COVID19 every X amount of seconds.
- NodeJS
- NPM
- Git
Open terminal and run the following commands:
git clone https://github.com/Tetracyl/CoronavirusTwitterTracker CoronavirusTwitterTracker
cd CoronavirusTwitterTracker
npm install
cd node_modules
git clone https://github.com/Tetracyl/coronacord-api-wrapper
- Create a twitter bot at https://developer.twitter.com/en/apps.
- Rename
config.example.js
toconfig.js
and copy and paste all tokens and secrets into the file. - Run
node index.js
to start the bot.
This project is licensed under the MIT License - see the LICENSE.md file for details