This project provides a web-based dashboard to fetch, display, and filter Steam reviews for a specific game.
- Fetch initial reviews (
Init Runbutton) - Update with the latest reviews (
Updatebutton) - Filter reviews by:
- Developer Responses Only
- No Developer Response
- Positive/Negative
- Navigate between reviews
- Delete review JSON files
index.php: Main dashboard interfacefetch_reviews.php: Script to fetch initial batch of reviewsupdated-reviews.php: Script to fetch updated reviewsdelete_files.php: Script to deletereviews.jsonandupdated-reviews.jsonreviews.json: Stores fetched reviewsupdated-reviews.json: Stores updated reviews
-
Update the Game Name and App ID:
- Open
config.php. - Change:
$gameName = "Your Game Name"; $appId = "Your_App_ID";
- Open
-
Ensure Review Fetching Works:
- Make sure your Steam App ID allows review fetching via API.
- Ensure PHP and file permissions are set correctly to allow writing JSON files.
- Some features may require adjusting the server settings if using a live server.
MIT License
