-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to create several bots? #90
Comments
I use this technique to connect multiple bots: python Bot.py 1& => Launch the bot to connect account ID 1 |
I use something like this for Rage Bot:
A couple of things to keep in mind:
|
Cool, It's why my program use only 1 account, and a launcher is dedicated to start X programs with the "&" directive. I'll try your method with asyncio.set_event_loop(asyncio.new_event_loop()) Thanks for this ;) |
I am trying to do roughly the following:
However, connection management seems to be not very happy with that.
The text was updated successfully, but these errors were encountered: