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
})

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.3
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.3
    2
  • 0.0.2
    1
  • 0.0.1
    1
  • 0.0.0
    1

Package Sidebar

Install

npm i ugc-roster-scraper

Weekly Downloads

5

Version

0.0.3

License

BSD

Last publish

Collaborators

  • babofitos