Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/3eif/CoronavirusTwitterTracker

Tweets the latest statistics for COVID19 every X amount of seconds.
https://github.com/3eif/CoronavirusTwitterTracker

coronavirus coronavirus-tracker covid19 twit twitter twitter-bot

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](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](LICENSE.md) file for details