This project fetches COVID-19 data from a public API and visualizes the data using matplotlib. It also integrates with the Twitter API to respond to mentions with a graph for a specific country.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You need to have the following Python libraries installed:
- requests
- matplotlib
- numpy
- python-twitter
You can install them using pip: pip install -r requirements.txt
Clone the repository to your local machine. git clone https://github.com/Sillyvan/corona-twitter-bot/
Run the main.py file.
python main.py
Or you can use the provided shell script:
./start_main.sh