Automatically tweets about COVID-19 development in Germany. Data source: Robert-Koch-Institut
- You need a Twitter access token. Check this Guide for more informations.
- Only Node.js v14.X or newer can be used for this project.
Rename .env-example
to .env
and fill out the variables. In the .env
file you need your tokens that were mentioned in the prerequisites.
β οΈ The data in the .env should not be published publicly otherwise third parties can gain access to all services that are used here.
- Download the github repository.
git clone https://github.com/GermanyCovid/germanycovid-twitter
- Navigate in the project folder and install all dependencies.
cd germanycovid-twitter
npm install
- After the installation you can start the bot.
npm run start
This project uses the data from the API rki-covid-api by marlon360. Be sure to check out his work on GitHub.
This code is available under the Mozilla Public License Version 2.0.