https://github.com/3eif/coronavirus-twitter-tracker
Tweets the latest statistics for COVID19 every X amount of seconds.
https://github.com/3eif/coronavirus-twitter-tracker
coronavirus coronavirus-tracker covid19 twit twitter twitter-bot
Last synced: 8 months ago
JSON representation
Tweets the latest statistics for COVID19 every X amount of seconds.
- Host: GitHub
- URL: https://github.com/3eif/coronavirus-twitter-tracker
- Owner: 3eif
- License: mit
- Created: 2020-03-20T18:24:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T12:24:09.000Z (about 6 years ago)
- Last Synced: 2025-02-02T05:03:50.437Z (over 1 year ago)
- Topics: coronavirus, coronavirus-tracker, covid19, twit, twitter, twitter-bot
- Language: JavaScript
- Homepage: https://twitter.com/CovidTweet
- Size: 280 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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