This is a simple web scraper that extracts cancer data from the State Cancer Profiles website. The data is extracted for all states and saved in two CSV files: one for cancer incidence and one for cancer mortality.
If you are looking for the pre-scraped data, you can find them on Zenodo at the following link:
To install the required packages, run the following command:
pip install git+https://github.com/seandavi/state-cancer-profiles-scraper.git
To run the scraper, use the following command:
python -m scps.scraper
The scraper will save the data in current working directory.
This project is licensed under the MIT License - see the LICENSE file for details.