文件名称:node-steam-idle:闲暇时光或收集卡片掉落
文件大小:21KB
文件格式:ZIP
更新时间:2024-06-01 16:42:13
JavaScript
在Steam上怠速工作。 安装 npm安装steam@v0.6.8 配置Idle.js #获取所有AppID的 var allgames = "" ; for ( var index in rgGames ) { var item = rgGames [ index ] ; if ( ! item . client_summary ) continue ; allgames += item . appid + ", " ; } allgames = allgames . slice ( 0 , - 2 ) ; console . log ( allgames ) ; #只带有掉牌的游戏 var games = "" ; jQuery ( '.badge_title_playgame > a' ) . each ( function ( ) { href =
【文件预览】:
node-steam-idle-master
----package.json(603B)
----LICENSE(1KB)
----README.md(802B)
----example.js(2KB)
----lib()
--------steamID.js(909B)
--------VDF.js(878B)
--------connection.js(1KB)
--------servers.js(2KB)
--------handlers()
--------steam_client.js(8KB)
----Idle.js(2KB)