Skip to content

exercise to do a semi-automatic update of a couple of articles about diffusion of Covid-19 epidemic in Italy and around the world

Notifications You must be signed in to change notification settings

l-dfa/COVID-19-italia

Repository files navigation

COVID-19-italia

This is an exercise to grab semi-automatically a bunch of data from the Internet, and use them to update a couple of articles the author wrote about the Covid-19 outbreak in Italy and in the world.

It's developed using Python language and some libraries: Pandas, Matplotlib, reStructuredtext_.

You can find a more exaustive explanation how all this stuff works at this URL.

Installation

To install [1]:

  • make an hosting directory, example: mkdir .\covid19-italia
  • make some auxiliary directories
cd .\covid19-italia
mkdir data
mkdir images
mkdir world
mkdir backup
  • clone or download this project to the hosting directory
  • create a python virtualenv environment: python - m venv venv
  • activate the environment: venv\Scripts\activate
  • rename utils_example.conf: ren utils_example.conf utils.conf
  • modify utils.conf contents as you wish;
  • study the project listings;
  • try it:
python world.py
python italy.py

License

This work is distributed under a CC BY-SA 4.0 license.


[1]These are for MS Windows. In Linux, please use the equivalent commands.

About

exercise to do a semi-automatic update of a couple of articles about diffusion of Covid-19 epidemic in Italy and around the world

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages