Skip to content

Scrape COVID-19 data from the University website

Notifications You must be signed in to change notification settings

muneerahp/sheffield-covid-19

 
 

Repository files navigation

sheffield-covid-19

Scrape COVID-19 data from the University website.

The best target page to scrape is: https://www.sheffield.ac.uk/autumn-term-2020/covid-19-statistics

This is currently in development.

After installing Python requirements (see below), run the code:

python code/ingest.py

Tests can be run using

python -m pytest

Installing the development edition

Please create a conda environment:

conda create --name sheffield-covid-19 python=3

activate this environment:

conda activate sheffield-covid-19

install the remaining Python packages:

pip install -r requirements.txt

About

Scrape COVID-19 data from the University website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 95.3%
  • Python 4.7%