Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/getchoo/countdistros
- Owner: getchoo
- License: mit
- Created: 2022-06-29T03:53:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T07:01:34.000Z (over 2 years ago)
- Last Synced: 2024-10-13T00:58:23.036Z (3 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```