Python Binance process for a lot of users in the same time. -- 2
Budget: $25 – $50 USD
Hey there!
I have a python/telegram bot that output trades on our channel.
I want to automate the Binance Future API on it for our users.
My issue is I want it to be scalable even if we reach 100+ members, and I'm not sure how to make the bot open/close orders on everyone simultaneously without using threads, multi process, which both will depend on my server/machine. I want it to be faire and initiate/close a trade for everyone in the same moment.
I have a python/telegram bot that output trades on our channel.
I want to automate the Binance Future API on it for our users.
My issue is I want it to be scalable even if we reach 100+ members, and I'm not sure how to make the bot open/close orders on everyone simultaneously without using threads, multi process, which both will depend on my server/machine. I want it to be faire and initiate/close a trade for everyone in the same moment.