Skip to content

JustaTama/hacked-github-stat-trophies-master

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-master.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 = true;
let wantAncientAccount = true;
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 🙃.

Releases

No releases published

Sponsor this project

 

Packages

No packages published