tehp / OpenPoGoUI

A web view for OpenPoGoBot
http://openpogoui.nicontoso.eu/
MIT License
19 stars 7 forks source link

Add multibot support #13

Closed wanderingconfused closed 8 years ago

wanderingconfused commented 8 years ago

The new UI is nice and I appreciate the work. I would like to see all my bots.

niicojs commented 8 years ago

From an UI perspective, you can launch it with http://openpogoui.nicontoso.eu?websocket=http;://localhost:8000 for the first, http://openpogoui.nicontoso.eu?websocket=http;://localhost:8001 for the second, etc... However, you'll need to configure manually the but port for each instance of the bot

wanderingconfused commented 8 years ago

Is there a flag for changing the socket port? Should I request that in the OpenPoGoBot issues?

niicojs commented 8 years ago

there is no flag. you can try to request it but it will probably be easier to modify it yourself

wchill commented 8 years ago

This flag will be added to the bot eventually, but it is not a high priority at the moment.

wanderingconfused commented 8 years ago

Sorry if I am being a nuisance. I assume I am changing socketio.run(app, host="0.0.0.0", port=8000, debug=False, use_reloader=False, log_output=False) in plugins\socketinit.py.

niicojs commented 8 years ago

Seems correct