Replies: 3 comments 2 replies
-
Taking into account ASF support just cover use cases when you run no more than 10 accounts. Saying that If you are talking about something bigger, what 'multiple trades at once' really means? |
Beta Was this translation helpful? Give feedback.
-
There is ASF is not inventory manager, you can achieve what you want regardless of your |
Beta Was this translation helpful? Give feedback.
-
IMHO, what you already did (with a combination of Master and Owner permissions) is enough to cover this use case. And if you run a server for other users, one again, IMHO it's better to run separate instance for each user - ASF can handle rate limits cross-process, and with separate instances you are guaranteed to not accidentally run commands on other user's bots because of being owner, and you can set owner of each instance to corresponding user, so that they will be able to setup "proxy" for trades too. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm back with another enhancement or feature that might be useful.
In the past Steam Sale, every day i received in my main acc multiple trades at once, one for each bot I have. The thing is, I would like to generate a proxy of those trades so that every bot that farms anything send it to the proxy bot, and every 12 hours the proxy bot send a trade to my main. I managed to set up like the following graph
That way, I still manage some core decisions over Bot 1 through my main acc, but don't receive a bunch of trades each time.
Problem: There're commands that I can't manage being an Operator that way, as the 2fa command that seems pretty useful if you need to login into that account.
Proposed solution: Set a trader id variable into the bot's config. If it's not set, you can go ahead and grab Master, but if it's set the bot will trade into that acc instead of the master acc. That way I can set my main acc as Master inside Bot 1, and complete the trader id as the proxy bot.
Considerations: It seems that my main acc have access to every command in every bot possible, because it's set as SteamOwnerID, but I manage a server where's an instance of ASF running, and I'm not the only person in it, so it could be useful for others if they have a possibility to also create proxy bots.
Beta Was this translation helpful? Give feedback.
All reactions