ugc-roster-scraper
v0.0.3
Published
scrape ugc team's roster for steamids
Downloads
7
Readme
Scrapes UGC team page for all team member's steam ids
npm install ugc-roster-scraper
var ugc = require('ugc-roster-scraper')
ugc.getSID(function(err, res) {
if (err) console.log(err)
console.log(res) //returns an array of steamid strings
})