Skip to content

FlyN-Nick/hacked-github-stat-trophies

Repository files navigation

Quick Start Guide

This "hacked" version allows you to automatically unlock the "AllSuperRank" and "MultipleLang" secret trophies.

Just use my deployment (hacked-github-stat-trophies.vercel.app) and follow the general instructions from the original repo.

If you want to configure which trophies you automatically get, configure these booleans in src/card.ts (you'll have to deploy to Vercel yourself, guide here):

// LINE #50
let wantAllSuperRank = true;
let wantLongTimeAccount = false;
let wantAncientAccount = false;
let wantJoined2020 = false;

If you want to disable automatically getting the "MultipleLang" secret trophy, change this boolean to false in src/trophies.ts:

// LINE #106
let wantMultipleLang = true;

If you choose to use my deployment, it would be really appreciated if you gave me a star 🙃.