-
Posts
49 -
Joined
-
Last visited
Everything posted by SENPAY98K
-
https://steamcommunity.com/?subsection=broadcasts Trying to view a steam brodcast but could make it, i don't know why! console.log(' [%s] Successfully Logged On.', logOnOptions.accountName); var optionViewBroadcast = { headers: { Host: 'steamcommunity.com', Referer: 'https://steamcommunity.com/?subsection=broadcasts'}, json: true }; var postURL02 = 'https://steamcommunity.com/broadcast/watch/'config.CasterID64+'/'; community.httpRequestPost(postURL02, optionViewBroadcast, function (err, res, data) { if (err) { console.log(' TASK02: View Broadcast: FAIL '); } if (!err) { console.log(' TASK02: View Broadcast: DONE '); } }); Any idea ?
-
Okay i was trying to do all the all Steam Community tasks (Badge/2) into one script Thanks for the reply ♥
-
Is it possible to use steamcommunity to send a message ? Like using Steam Chat inside steamcommunity to send a message. const logOnOptions = { accountName: item.split(":")[0], password: item.split(":")[1], twoFactorCode: SteamTotp.generateAuthCode(item.split(":")[2]) }; community.login({ "accountName": logOnOptions.accountName, "password": logOnOptions.password, "twoFactorCode": logOnOptions.twoFactorCode }, function (err, sessionID, cookies) { if (err) { console.log('Error in loggOn'); } if (!err) { console.log(' [%s] Successfully Logged On (SteamID: %s)', logOnOptions.accountName, community.steamID.getSteamID64()); community.chatMessage('76561198097242611', ':steamhappy:', function (err, res, data) { if (err) { console.log(' [%s] TASK11: xxxxxx FAIL'.red, logOnOptions.accountName); } if (!err) { console.log(' [%s] TASK11: yyyyyy DONE'.green, logOnOptions.accountName); } }); In the output say you can't send message, not logged in !
-
Okay thanks for replying
-
-
Iam running some scripts using steamcommunity module, as it is working find till these recent days.. Iam getting the same error on different scripts, which i never saw before. Any idea about it ? Screenshot:
-
Getting SteamID64 For The LoggedIn Account (steamcommunity)?
SENPAY98K replied to SENPAY98K's topic in node-steamcommunity
Its okay all good -
Getting SteamID64 For The LoggedIn Account (steamcommunity)?
SENPAY98K replied to SENPAY98K's topic in node-steamcommunity
Great, works exactly as expected I guess other CSteamUser function works with community as well since its contained inside steamcommunity module, am i wrong? -
Hi, is there a possiblity to get steamId64 [76561198097242611] for the current loggedIn account with (steamcommunity) ? Searched on the github for that and found that its used on CSteamUser, and other parts of the library together with `steamid` module. Im using async in the script to loop many accounts for some actions, and cant there is no way to put id for each account. Is there anything to replace '????' with current loggedIn account such as with sessionID or cookies... Edit: CSteamUser works with steamcommunity module √
-
Great. that's what i was missing.
-
What am i doing wrong in here ? form: { sessionid: sessionID, currency: 1, appid: 440, market_hash_name: 'Mann Co. Supply Crate Key', price_total: config.KeysTotalPrice, quantity: config.KeysQuantity, billing_state: '', save_my_address: 0 }, headers: { 'Origin': 'https://steamcommunity.com', 'Referer': 'https://steamcommunity.com/market/listings/440/Mann%20Co.%20Supply%20Crate%20Key' }, json: true };
-
How to make a comment on a forum topic?
SENPAY98K replied to Jack Nolddor's topic in node-steamcommunity
There is actually a possibility to comment on thread inside groups with `steamcommunity` module but must be a member of the group. -
Thanks, i must haven't check clearly.
-
Thanks for the fast reply Now i should use steam-user library for connecting, but i am still confused if it is really using the proxy. Is there a way to check if the steam-user library is using a proxy or not ? something that log the currect ip maybe!
-
Here's the error BOOSTSENPAY00 Logged into Steam ------------------------------- BOOSTSENPAY01 Unable To Auth Error: tunneling socket could not be established, cause=connect ECONNREFUSED 144.202.113.90:8080 at ClientRequest.onError (C:\Users\SENPAY98K\Desktop\test\node_modules\tunnel-agent\index.js:177:17) at Object.onceWrapper (events.js:482:26) at ClientRequest.emit (events.js:375:28) at TLSSocket.socketErrorListener (_http_client.js:475:9) at TLSSocket.emit (events.js:375:28) at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT (internal/streams/destroy.js:74:3) at processTicksAndRejections (internal/process/task_queues.js:82:21) { code: 'ECONNRESET' }
-
I am trying to connect my bots with proxies but all i get is Auth Error with community module, while it logs successfully with client module but i don't know if the proxy works or ignored. @Dr. McKay Could you check if iam missing something? // Modules const request = require('request'); const Steam = require('steam-client'); const SteamUser = require('steam-user'); const SteamTotp = require('steam-totp'); const SteamCommunity = require('steamcommunity'); const TradeOfferManager = require('steam-tradeoffer-manager'); const config = require('./config.json'); let proxyUrl = 'https://144.202.113.90:8080'; let proxifiedRequest = request.defaults({ 'proxy': proxyUrl }); let community = new SteamCommunity({ request: proxifiedRequest }); let ProxyClient = new Steam.CMClient(); ProxyClient.setHttpProxy(proxyUrl); let client = new SteamUser(ProxyClient); const manager = new TradeOfferManager({ steam: client, community: community, language: 'en' }); const logOnOptions1 = { accountName: config.accountName0, password: config.password0, twoFactorCode: SteamTotp.generateAuthCode(config.twoFactorCode0) }; client.logOn(logOnOptions1); client.on('loggedOn', () => { console.log('BOOSTSENPAY00 Logged into Steam'); console.log('-------------------------------'); client.setPersona(SteamUser.EPersonaState.Online); client.gamesPlayed(440); }); community.login({ accountName: config.accountName1, password: config.password1, twoFactorCode: SteamTotp.generateAuthCode(config.twoFactorCode1) }, function (err, sessionID) { if (err) { console.log(config.accountName1 + ' Unable To Auth'); }; if (!err) { console.log(config.accountName1 + 'Successfully Logged On sessionID: ' + sessionID); }; }); OUTPUT:
-
Adding 1 Gem In Trade Offer ?
SENPAY98K replied to SENPAY98K's topic in node-steam-tradeoffer-manager
I already found how to do it with context-id-amount. Thanks tho :) -
How do we add 1 gem to trade offer? If we request steam inventory we get the whole inventory, so is there a way to add only 1 gem ?
-
Finally i made it through community url post
-
Hello, Is it possible to upvote a game review using node-steam-user ? If so, where could i find a library about it to make an auto interact for that action.
-
Problem getting failed requests: 2 (follower script)
SENPAY98K replied to SENPAY98K's topic in node-steam-user
seems to be working with +4 sec delay to avoid steam rate limit -
found it already followed
-
Including Steam Items In Trade Offer ?
SENPAY98K replied to SENPAY98K's topic in node-steam-tradeoffer-manager
I know that, i just asked if there is a way to add both CSGO + Steam inventory at same trade -
Hello, Iam using your code to send csgo items, and i want to include steam items such as Cards/Bossters, Gems... How do i modify the get inventory line ? // Get our inventory manager.getInventoryContents(730, 2, true, function(err, inventory)