Jump to content
McKay Development

That Guy From 199x

Member
  • Posts

    11
  • Joined

  • Last visited

Reputation Activity

  1. Like
    That Guy From 199x got a reaction from vindisel in Which architecture is more suitable for keeping bots running?   
    if you're only using node-steamcommunity, I don't think you need much ram but for rate limit, YMMV.
    I used to run 50 accounts, 10 of which has a steam-tradeoffer-manager instance and the rest only steam-user and steamcommunity, running in less than 500mb.
    Fetches inventory every 10 minutes for all initiated accounts,
    Fetches boosterpack catalog every 10 minutes for all initiated accounts,
    Fetches badge data (1 every 30 secs)
    Internal stock balancing.
    Not using any proxy.
     
    Nodejs, pm2, ASF, nginx in a 1gb droplet. 
  2. Thanks
    That Guy From 199x reacted to 4049_1572836826 in steam store check if appid still exists or not   
    const storeRes = await fetch(`https://store.steampowered.com/app/${game.appId}`) if (storeRes.url === 'https://store.steampowered.com/') game.storeRemoved = true  
×
×
  • Create New...