Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steam Reviews Dashboard

This project provides a web-based dashboard to fetch, display, and filter Steam reviews for a specific game.

Screenshot

Features

  • Fetch initial reviews (Init Run button)
  • Update with the latest reviews (Update button)
  • Filter reviews by:
    • Developer Responses Only
    • No Developer Response
    • Positive/Negative
  • Navigate between reviews
  • Delete review JSON files

Files Overview

  • index.php: Main dashboard interface
  • fetch_reviews.php: Script to fetch initial batch of reviews
  • updated-reviews.php: Script to fetch updated reviews
  • delete_files.php: Script to delete reviews.json and updated-reviews.json
  • reviews.json: Stores fetched reviews
  • updated-reviews.json: Stores updated reviews

Adjusting for a Different Game

  1. Update the Game Name and App ID:

    • Open config.php.
    • Change:
      $gameName = "Your Game Name";
      $appId = "Your_App_ID";
  2. Ensure Review Fetching Works:

    • Make sure your Steam App ID allows review fetching via API.

Known Issues

  • 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.

License

MIT License

About

This project provides a web-based dashboard to fetch, display, and filter Steam reviews for a specific game. It allow to filter and display them based on filter as well as fetch updates to only see the new one, for faster review management on steam

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages