Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 948 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 948 Bytes

coronavacuna

⚠️ This project has been archived and it is no longer maintained.

A simple personal project which retrieves the data of the vaccinated people in Spain from Our World In Data and displays it on a simple manner.

coronavacuna_scrapper.py

This Python script scrapes the vaccinations data from Our World In Data and generates a JSON file with the data retrieved. It runs four times a day.

index.html

This is the index page of the website where it is hosted. A script in JavaScript retrieves the data from the JSON file and displays the data. Previously a countdown with the time to end the Alarm State in Spain was placed, but since the Alarm State prescribed it was removed.

dataSpain.json

This is a sample of the file generated from the Python scrapper.