Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pizzart/jam-analysis
python script to web scrape a ludum dare user's game ratings and show them as a graph
https://github.com/pizzart/jam-analysis
beautifulsoup ludum-dare matplotlib python selenium
Last synced: about 1 month ago
JSON representation
python script to web scrape a ludum dare user's game ratings and show them as a graph
- Host: GitHub
- URL: https://github.com/pizzart/jam-analysis
- Owner: pizzart
- Created: 2022-10-25T20:16:16.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-29T08:40:40.000Z (about 2 years ago)
- Last Synced: 2024-11-01T11:42:28.570Z (3 months ago)
- Topics: beautifulsoup, ludum-dare, matplotlib, python, selenium
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LD rating graph tool
## Description
Web scrapes a user's games, username and the games' ratings. (in theory it can make graphs of any user's games)
## Requirements
- Selenium + GeckoDriver
- BeautifulSoup
- Matplotlib
- PySimpleGUI## Screenshots
![jam-analysis](https://user-images.githubusercontent.com/46490176/198102335-d6bf7aa6-482c-4710-8e50-c9476a289263.png)
## TODO
- Scraper progress bar
- Cache ratings