ugc-roster-scraper

0.0.3 • Public • Published

Scrapes UGC team page for all team member's steam ids

npm install ugc-roster-scraper
var ugc = require('ugc-roster-scraper')
//e.g. http://www.ugcleague.com/team_page.cfm?clan_id=5965
 
ugc.getSID(5965, function(err, res) {
  if (err) console.log(err)
  console.log(res) //returns an array of steamid strings
})

/ugc-roster-scraper/

    Package Sidebar

    Install

    npm i ugc-roster-scraper

    Weekly Downloads

    3

    Version

    0.0.3

    License

    BSD

    Last publish

    Collaborators

    • babofitos