From 13d540a1369e20acb00f8ef8d8f84e08c6b232bb Mon Sep 17 00:00:00 2001 From: Simba Zhang Date: Sat, 23 Jul 2016 01:20:15 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0f869f2..d45b1fc 100644 --- a/README.md +++ b/README.md @@ -133,17 +133,19 @@ This project uses Google Maps. There's one map coupled with the project, but as ## FAQ +### What's IV ? +Here's the [introduction](http://bulbapedia.bulbagarden.net/wiki/Individual_values) ### Losing Starter Pokemon and others - You can use -c 1 to protect your first stage low CP pokemon. +You can use -c 1 to protect your first stage low CP pokemon. ### Does it run automatally? - Not yet, still need a trainer to train the script param. But we are very close to. +Not yet, still need a trainer to train the script param. But we are very close to. ### Set GEO Location - It works, use -l "xx.yyyy,zz.ttttt" to set lat long for location. -- diordache +It works, use -l "xx.yyyy,zz.ttttt" to set lat long for location. -- diordache ### FLEE - The status code "3" corresponds to "Flee" - meaning your Pokemon has ran away. - {"responses": { "CATCH_POKEMON": { "status": 3 } } +The status code "3" corresponds to "Flee" - meaning your Pokemon has ran away. + {"responses": { "CATCH_POKEMON": { "status": 3 } } ### My pokemon are not showing up in my Pokedex? - Finish the tutorial on a smartphone. This will then allow everything to be visible. +Finish the tutorial on a smartphone. This will then allow everything to be visible. ### How can I maximise my XP per hour? Quick Tip: When using this script, use a Lucky egg to double the XP for 30 mins. You will level up much faster. A Lucky egg is obtained on level 9 and further on whilst leveling up. (from VipsForever via /r/pokemongodev) ### How can I not collect certain pokemon From d1c329812dfc7b9055a4031f26cbe097243ce0dc Mon Sep 17 00:00:00 2001 From: namlehong Date: Sat, 23 Jul 2016 15:20:21 +0700 Subject: [PATCH 2/3] improve dockerfile --- Dockerfile | 21 ++------------------- README.md | 1 + 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/Dockerfile b/Dockerfile index 304c48d..8fb6ec2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,24 +1,7 @@ -FROM gliderlabs/alpine:3.4 - -# common library -RUN apk add --update --no-cache \ - ca-certificates \ - && update-ca-certificates \ - && apk add --update --no-cache \ - git \ - python \ - python-dev \ - py-pip \ - build-base \ - && pip install --upgrade pip - +FROM namlehong/alpine-pgo-base:latest COPY requirements.txt /app/ -WORKDIR /app/ - -# keep pip on other layer -RUN pip install --no-cache-dir -r requirements.txt \ - && apk del git +RUN pip install --no-cache-dir -r requirements.txt COPY . /app diff --git a/README.md b/README.md index 0f869f2..e4dcb9c 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ To install the pgoapi use `pip install -e git://github.com/tejado/pgoapi.git#egg * sinistance * CapCap * mzupan + * namlehong ## Credits ### The works are based on the Pokemon Go API From 01a07eb4e4c647d446d3e9b42e0176417a7dbc7f Mon Sep 17 00:00:00 2001 From: Jambozx Date: Sat, 23 Jul 2016 11:35:42 +0300 Subject: [PATCH 3/3] Update README.md protobuf linux install directions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ac2f8a..c6ebe2e 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ We use [Slack](https://slack.com) as a web chat. [Click here to join the chat!]( - OS X: `brew update && brew install --devel protobuf` - Windows: Download protobuf 3.0: [here](https://github.com/google/protobuf/releases/download/v3.0.0-beta-4/protoc-3.0.0-beta-4-win32.zip) and unzip `bin/protoc.exe` into a folder in your PATH. -- Linux: `PLEASE CONTRIBUTE` +- Linux: `apt-get install python-protobuf` ### Installation