Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 865 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 865 Bytes

CoronavirusTwitterTracker

Tweets the latest statistics for COVID19 every X amount of seconds.


Prerequisites

  • NodeJS
  • NPM
  • Git

Installation

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

Getting Started

  • Create a twitter bot at https://developer.twitter.com/en/apps.
  • Rename config.example.js to config.js and copy and paste all tokens and secrets into the file.
  • Run node index.js to start the bot.

License

This project is licensed under the MIT License - see the LICENSE.md file for details