Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getchoo/countdistros

python scripts for scraping protondb data
https://github.com/getchoo/countdistros

Last synced: about 2 months ago
JSON representation

python scripts for scraping protondb data

Awesome Lists containing this project

README

        

# countDistros

these are just python scripts that scrape through [ProtonDB](https://www.protondb.com/) data (published [here](https://github.com/bdefore/protondb-data)), count how many times a distro is reported as being used, and can (optionally) display a pie chart showing the results.

## examples

to view plain text results:
```sh
python countdistros.py reports.json
```

to show a pie chart:
```sh
python countdistros_pichart.py reports.json
```