Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有 Steam 用户 ID 的数据库?如果没有,我是否可以通过使用 GetFriendList 创建一些用户 ID 的数据库,然后对该列表的每个用户使用 GetFriendList 等等?
目前还没有公开的 SteamID 数据库,但您可以通过抓取人们的好友列表来创建它。
Steam Web API的GetFriendList (v0001)方法返回公共个人资料中每个朋友的 steamid。大多数个人资料现在都是私密的,但您仍然会在每个请求中平均获得约 20-30 个新的 Steamid。
GetFriendList (v0001)
Steam Web API 限制每天 100,000 个请求。如果您只需要大量的 SteamID,这就足够了,但是您将需要很多天或许多 API 密钥来创建一个全局的 SteamID 数据库