Skip to content

Instantly share code, notes, and snippets.

@woctezuma
woctezuma / query_egs.py
Last active January 9, 2022 16:17
Query Epic Games Store with Legendary
# 1. Get Legendary:
# > git clone https://github.com/derrod/legendary.git
# > cd legendary/
# > pip install -r requirements.txt
# 2. Fill-in your **private** access token instead of the dummy token `eg1~MY_SECRET_TOKEN`.
# 3. Run this script.
import json
@woctezuma
woctezuma / vault.json
Created January 8, 2022 23:37
Vaulted free games
{
"metadata": {},
"elements": [
{
"id": "f44c00e7471543dcb98b38a3a1721553",
"title": "Alien: Isolation",
"description": "Alien: Isolation",
"keyImages": [
{
"type": "VaultClosed",
@woctezuma
woctezuma / wordle.md
Last active July 11, 2022 16:11
Wordle

[Wordle][wordle] 🇺🇸

  • A website hosted by [The New York Times][wordle-nyt]
  • Features:
    • Hard Mode 💎
  • Settings:
    • Dark Theme 🌇
    • High Contrast Mode 🎨

[SUTOM][sutom] 🇫🇷

  • An open-source project hosted by [Framagit][framagit-sutom]
@woctezuma
woctezuma / save-637938434563186713.txt
Last active July 30, 2022 14:05
My save file for Last Call BBS
Burbank.Completed = True
Burbank.HighScore = 58400
Burbank.LastSolution.1 = True
Burbank.Launched = True
Hikone.WinCount = 10
Milwaukee.BestScores.1 = 8,65
Milwaukee.BestScores.2 = 9,63
Milwaukee.BestScores.3 = 11,86
Milwaukee.BestScores.5 = 32,106
Milwaukee.BestScores.6 = 17,124
@woctezuma
woctezuma / sandboxId_50118b7f954e450f8823df1614b24e80.json
Created July 25, 2022 07:27
Fall Guys: rating with 2 decimals, #raters, #voters for each tag
{
"data": {
"RatingsPolls": {
"getProductResult": {
"averageRating": 4.53,
"pollResult": [
{
"id": 67,
"pollDefinitionId": 2,
"localizations": {
@woctezuma
woctezuma / 457.egstore-site.0cd3839260072eec9743.graphql
Created September 28, 2022 08:21
Epic Games Store: GraphQL API
query PlayerAchievement($epicAccountId: String!, $sandboxId: String!) {
PlayerAchievement {
playerAchievementGameRecordsBySandbox(
epicAccountId: $epicAccountId
sandboxId: $sandboxId
) {
records {
totalXP
totalUnlocked
@woctezuma
woctezuma / egstore-localization.json
Created December 3, 2022 18:52
window.EGStoreCtx.localizationData.messages
{
"errors.com.epicgames.server_error":"Server error.",
"errors.com.epicgames.unknown_error":"Unknown error.",
"errors.com.epicgames.unauthorized":"Code redemption failed, please log out and log back in to try again.",
"errors.com.epicgames.common.concurrent_modification_error":"Sorry, the item you were trying to edit was changed before your edit could be completed. Please retry your edit.",
"errors.com.epicgames.common.duplicate_entry":"Sorry, one of the items you were trying to create or modify already exists in the database.",
"errors.com.epicgames.forbidden":"Sorry, you are not allowed to access the requested resource.",
"errors.com.epicgames.bad_request":"Sorry, the operation you are performing cannot be performed as requested.",
"errors.com.epicgames.not_found":"Sorry, we couldn't find the item or page you requested.",
"errors.com.epicgames.conflict":"Sorry, the item you are trying to create already exists.",
@woctezuma
woctezuma / egstore-localization-diff.json
Created December 3, 2022 19:05
Diff of window.EGStoreCtx.localizationData.messages
[
{
"op": "replace",
"path": "/egstore.library.collections.empty_collection_favorites.button",
"value": "My Most Played Games"
},
{
"op": "replace",
"path": "/epic.diesel.toast.thirdPartyManagedApp.launch",
"value": "Please wait while we launch the partner application"
@woctezuma
woctezuma / namespaceMapping_subset.json
Created December 14, 2022 14:35
EGS namespaces of length other than 32
{
"adenium": "afterparty",
"allium": "observation",
"amaranth": "ancestors",
"anemone": "world-of-goo",
"angelonia": "watch-dogs-2",
"anise": "assassins-creed-3",
"argyle": "trials-rising",
"ark": "ark",
"aster": "heavy-rain",
@woctezuma
woctezuma / egs_categories.md
Created December 21, 2022 21:59
EGS categories
  • 'addons'
  • 'addons/bundle'
  • 'addons/durable'
  • 'addons/consumable'
  • 'addons/launchable'
  • 'addons/dlc'
  • 'application'
  • 'application/main'
  • 'applications'
  • 'assets'