PokemonGoF/PokemonGo-Bot

Need Information About SocketIO Proccess Request

Open

#5.035 geöffnet am 1. Sept. 2016

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Python (1.628 Forks)batch import
EnhancementFeature RequestHelp WantedQuestion

Repository-Metriken

Stars
 (3.816 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Dear Bot Developers,

I'm developping a WebUI for this bot. I can listen events via websocket. My question is can I emit command to bot? I looked for the files (I really don't understan Python) and thought I have emit command like this:

socket_io.emit('bot:process_request:username', {'command':'release_pokemon', data: {'pokemon_id': 10000000}});

But it didn't work. No one doesn't have information or doesn't interest on slack server.

Does bot access remote control? If yes what commands does it access? How does it access?

Another Issue or smthng If walker is PolylineWalker position_update:username doesn't emit anything to websocket.

Contributor Guide