[PR #563] [MERGED] Implement Top game lists using Metacritic scores #631

Closed
opened 2026-02-15 15:56:29 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/563
Author: @13xforever
Created: 4/3/2020
Status: Merged
Merged: 4/3/2020
Merged by: @13xforever

Base: masterHead: feature/mc


📝 Commits (5)

  • b4f85d4 metacritic score dump
  • 2cf25f0 metacritic table and first pass on the import command
  • c1d1c61 tweak mc import to cover all available games
  • 0aced43 implement the new !top command to get the list of best games in respective categories
  • e8b7726 add more diagnostics

📊 Changes

11 files changed (+16793 additions, -7 deletions)

View changed files

📝 CompatBot/Commands/CompatList.cs (+160 -1)
📝 CompatBot/Commands/Sudo.Bot.cs (+22 -0)
📝 CompatBot/Commands/Sudo.Fix.cs (+19 -0)
📝 CompatBot/CompatBot.csproj (+6 -0)
CompatBot/Database/Migrations/ThumbnailDb/20200402193629_Metacritic.Designer.cs (+214 -0)
CompatBot/Database/Migrations/ThumbnailDb/20200402193629_Metacritic.cs (+129 -0)
📝 CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs (+45 -0)
📝 CompatBot/Database/ThumbnailDb.cs (+25 -0)
📝 CompatBot/Program.cs (+5 -2)
📝 CompatBot/Utils/Extensions/StringUtils.cs (+7 -4)
metacritic_ps3.json (+16161 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/563 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 4/3/2020 **Status:** ✅ Merged **Merged:** 4/3/2020 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `feature/mc` --- ### 📝 Commits (5) - [`b4f85d4`](https://github.com/RPCS3/discord-bot/commit/b4f85d478f67e79ada6b8996fb3b3eed9dc1002b) metacritic score dump - [`2cf25f0`](https://github.com/RPCS3/discord-bot/commit/2cf25f069a1f7898eef0b34434057e6bdb7406ea) metacritic table and first pass on the import command - [`c1d1c61`](https://github.com/RPCS3/discord-bot/commit/c1d1c612be3076daeb93a17794a56566a78b7ca2) tweak mc import to cover all available games - [`0aced43`](https://github.com/RPCS3/discord-bot/commit/0aced433b5baf5d5ea601c81dd4637995d7e65db) implement the new !top command to get the list of best games in respective categories - [`e8b7726`](https://github.com/RPCS3/discord-bot/commit/e8b77267f0d6e1805b9e36d09758f3c687ba71ec) add more diagnostics ### 📊 Changes **11 files changed** (+16793 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/CompatList.cs` (+160 -1) 📝 `CompatBot/Commands/Sudo.Bot.cs` (+22 -0) 📝 `CompatBot/Commands/Sudo.Fix.cs` (+19 -0) 📝 `CompatBot/CompatBot.csproj` (+6 -0) ➕ `CompatBot/Database/Migrations/ThumbnailDb/20200402193629_Metacritic.Designer.cs` (+214 -0) ➕ `CompatBot/Database/Migrations/ThumbnailDb/20200402193629_Metacritic.cs` (+129 -0) 📝 `CompatBot/Database/Migrations/ThumbnailDb/ThumbnailDbModelSnapshot.cs` (+45 -0) 📝 `CompatBot/Database/ThumbnailDb.cs` (+25 -0) 📝 `CompatBot/Program.cs` (+5 -2) 📝 `CompatBot/Utils/Extensions/StringUtils.cs` (+7 -4) ➕ `metacritic_ps3.json` (+16161 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:29 -05:00
yindo closed this issue 2026-02-15 15:56:29 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#631