jabbink / PokemonGoBot

DEFUNCT - Bot that plays Pokemon Go
https://www.pogobot.club/
GNU General Public License v3.0
558 stars 232 forks source link

Docker PokemonGoBot / Run from source #590

Open babfrag opened 8 years ago

babfrag commented 8 years ago

Hello,

First of all, thanks to all the contributors work, bot is running good and development goes fast.

Just an issue to let you know that I dockerised your develop branch couple days ago.

I'm using it since 3 dayz now and enjoying progress just restarting docker :)

Feels free to add the project as submodule or let me know if you want a dedicated Dockerfile inside your repo.

Regards,

https://github.com/babfrag/docker-PokemonGoBot https://hub.docker.com/r/babfrag/docker-pokemongobot/

fcojean commented 8 years ago

+1 for a docker container !

babfrag commented 8 years ago

Just created image babfrag/docker-pokemongobot:1.0.0-tc which implements traffic control so the bot can still work in this troubled period :)

Evuse commented 8 years ago

I'm too dumb to understand how to use it. Can someone help me to setup everything? Please :)

fcojean commented 8 years ago

@babfrag : Thank you to have fixed the docker container since the login issue. It works like a charm !

@Evuse : To use docker you must install a docker host (https://docs.docker.com then Docker-engine > Install) and then follow the container documentation here : https://github.com/babfrag/docker-PokemonGoBot/blob/master/README.md

Evuse commented 8 years ago

Thanks indeed @fcojean

DanGeffroy commented 8 years ago

Nice work, it run perfectly on windows with "-d --privileged" options :smiley: thumbsup

babfrag commented 8 years ago

@fcojean @DanGeffroy glad to please you