New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ugc-roster-scraper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ugc-roster-scraper

scrape ugc team's roster for steamids

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

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

Keywords

ugc

FAQs

Package last updated on 18 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts