/gnu-licenses-scraper

A web scraper for GNU licenses list website and exporting to various formats

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

GNU Licenses Scraper

A web scraper for GNU licenses list website and exporting to various formats

AboutUsageCreditsLicense
screenshot

About

This is a web scraper for the GNU licenses list website. It scrapes the website and exports the licenses to various formats. It uses the GNU Licenses List website as the source.

Usage

Get the data from the data directory. The data is available in CSV, JSON, Excel and other formats. To see a preview go to the markdown file. It's also possible to generate the data by running the script below.

git clone https://github.com/cassiofb-dev/gnu-licenses-scraper

cd gnu-licenses-scraper

python -m venv venv

source venv/bin/activate

pip install -r requirements.txt

python -m src.main

Credits

License

This project is licensed under Creative Commons Zero v1.0 Universal (CC0 1.0) in tandem with the Kopimi ideology.

kopimi