csgostatsgg-scraper
csgostatsgg-scraper copied to clipboard
A consumable package to (heavy-handedly) scrape data from csgostats.gg
Here my snippet I tried true/false (npm install local hero) ```ts export const csgo = new CSGOStatsGGScraper({ useLocalHero: true }); ``` with ```ts const data = await csgo.getPlayer('76561197983832927'); console.log(data); ```...
Code noob here, sorry for bothering you with such stupid questions... How do I run the code and use it within my website? How do I input the player ID?
Is this `https://csgostats.gg/player/multi` support yet? Thanks.