How do you run multiple bots concurrently? #853
Unanswered
shervin422
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently running two bots using the command below:
python pycryptobot.py & python pycryptobot.py --config config2.json
I am wondering if this is the intended way or not given both instances are named "bot1" in the output.
Beta Was this translation helpful? Give feedback.
All reactions