Get the full set of cards from any(MAIN, MINI, STRUCTURE DECK) released box on Yu-Gi-Oh! DUEL LINKS.
- puppeteer
💻 System requirements
🔄 Clone repository
git clone git@github.com:falsepopsky/ygodl-box-scrapper.git
🏁 Install and start the scrapper
pnpm install
pnpm build
pnpm dev
or
Use this package
// language required to get boxes list.
const boxesList = await getBoxesList('en');
// language and prefix url box required to get the set of cards.
const heroRisingBox = await getBoxSet('en', 'sd-hero_rising/');
English and Japanese Box Set examples
.
├── .vscode # VSCode settings and recommended extensions.
├── docs # Documentation files.
├── dev # Dev enviroment.
├── src # Source files.
└── README.md
If you are interested, give it a read