Skip to content

jonesdeini/steam_id_fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

steam_id_fetcher

Idea

Given a url of clan such as "http://xxlgamers.gameme.com/tf"

1.) Discover urls of servers. eg "http://xxlgamers.gameme.com/overview/35"

2.) For each server url, discover playerinfo urls. eg "http://xxlgamers.gameme.com/playerinfo/345596"

3.) For each playerinfo url, discover steam profile urls. eg "http://steamcommunity.com/profiles/76561198015466913"

4.) Collect steam id from each discovered steam profile url. eg "76561198015466913"

Usage

main.rb is a usage example

Tests can be ran with $ ruby -Itest crawler_test.rb

This project utilizes Typhoeus for fast parallel HTTP requests

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages