Jump to content
McKay Development

Walle

Member
  • Posts

    3
  • Joined

  • Last visited

Walle's Achievements

  1. Hey there! I am trying to add a proxy service to steam community to avoid 429. I am getting this tunneling socket could not be established, cause=Hostname/IP does not match certificate's altnames: Host: steamcommunity.com. is not in the cert's altnames: XXx Should I link my steam api key with proxy?
  2. Hey! I am trying to add a feature for a client that requires retrive info of last trades made by bot. My question is: Anyone knows what is the rate limit of send a message to person? I didn't find anything in docs. I tried 100 ms of delay beetween each msg but still getting rate limit exceeded. Thanks in advance
  3. First of all, I am Tomas from Argentina. 23 years old. I have 3 bots online on my pc thanks to these modules made by God McKay . I have to say that I am not an expert programming all what I know is thanks to test and error. Never took a course of JavaScript, just a few readings and videos. I am saying this because my questions could be noobs, After three month running these bots, I want to improve them. I have a few things in mind that I want to get better: Handle many incoming offers correctly. My bot isnt 24/7, when I start bot and I have like seven trade offers received when he was offline. The program recognizes seven but just handle the last one. Should I turn off event listener when an offer is managing? Prevent comment many times on same profile. I have +rep service active. When the bot complete a trade, he comment on his profile. I have read that account could get banned if leave a message many times on same profile. So, I want to prevent that. Any Ideas? Accept friend invites received when bots is offline. OverStock script. Now, when I receive a new offer: I am getting my inventory, copy names of each items and pushing into an array and then write on a file. When I am accepting the trade offer, program check if the name of the item appears more than Max Stock set, if not, takes value of that item, otherwise ignore it. Actually, this is working OK. But it does not convince me. Any other Idea? Price List. I am using a simple JSON file to save data as pricelist. But is really annoying when I have to change prices, checking one by one to prevent "scam". Anyone knows a better method to save data? or maybe a JSON manager? Yes, I also using bp.tf API to get community prices. But we know how unstable TF2's economy is. I think is ok for now. I tried my best to express what I want to ask. My english is not excellent. Thanks in advance. Here are bot's profile links: Wall-e Trading CardsWall-e TF2 BOTWall-e ZETA EXCHANGE My steam Profile:http://steamcommunity.com/profiles/76561198050753995/
×
×
  • Create New...