GithubHelp home page GithubHelp logo

Comments (2)

kevinthr avatar kevinthr commented on August 18, 2024

Basically I am trying to find a way to choose randomly from all possibly existing steam accounts, or at least a great number of them.

from steamapi.

luizpericolo avatar luizpericolo commented on August 18, 2024

This post (
http://arstechnica.com/gaming/2014/04/introducing-steam-gauge-ars-reveals-steams-most-popular-games/)
says that:

"As detailed on the Steam Developer Wiki
https://developer.valvesoftware.com/wiki/SteamID, every individual user
on Steam gets a unique 64-bit SteamID that can be converted algorithmically
to a 17-digit decimal number, starting at 76561197960265729 and going up
sequentially from there. That’s why my profile page can also be accessed
using a URL in the
formhttp://steamcommunity.com/profiles/76561197980357107 (you
can find your own hidden SteamID number and Steam Community ID using this
site http://steamidfinder.com/; if you get results in the form of
"STEAM_0:X:XXXXXX," put those results through again for the URL-able ID).

Currently, the range of valid Steam Community IDs extends to include about
172 million pages (with some small gaps of invalid IDs occasionally popping
up in the middle). Theoretically, if we could look at every one of those
profile pages, we would have a comprehensive list of every game owned by
every Steam user."
You could choose a value between 76561197960265729 and (76561197960265729 +
172000000). You should notice that not all ids are valid, as the site says
and some steam profiles are not public, so you won't get any data from the
api.

I hope this helps.

Cheers,


Luiz Felipe da Costa Pericolo Barbosa
UFRJ - Ciência da Computação / Computer Science
"Are you suggesting coconuts migrate?"
"Stay hungry. Stay foolish."

On 30 January 2015 at 05:56, k [email protected] wrote:

Basically I am trying to find a way to choose randomly from all possibly
existing steam accounts, or at least a great number of them.


Reply to this email directly or view it on GitHub
#21 (comment).

from steamapi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.