From 9db27989a9df93b65974bc8a8fc8323f68a14e83 Mon Sep 17 00:00:00 2001 From: Daniel Sterzek Dian Date: Sun, 14 Aug 2016 01:59:55 -0300 Subject: [PATCH] Update PokemonGo-Bot-Install.bat Added links for the configuration instructions. Still missing links for the encrypt files. Need help on it. --- windows_bat/PokemonGo-Bot-Install.bat | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/windows_bat/PokemonGo-Bot-Install.bat b/windows_bat/PokemonGo-Bot-Install.bat index 263e18ce2f..dc364c13f4 100755 --- a/windows_bat/PokemonGo-Bot-Install.bat +++ b/windows_bat/PokemonGo-Bot-Install.bat @@ -53,6 +53,9 @@ if '%1'=='ELEV' (del "%vbsGetPrivileges%" 1>nul 2>nul & shift /1) @ECHO ---- encrypt.so / encrypt.dll /encrypt_64.dll (Copy to the same folder as this batch file) @ECHO Get them from our Slack chat! "https://pokemongo-bot.herokuapp.com/" @ECHO. +@ECHO ---- PyYAML-3.11-cp27-cp27m-win32.whl and PyYAML-3.11-cp27-cp27m-win_amd64.whl (Copy to the same folder as this batch file) +@ECHO Get them from our Slack chat! "https://pokemongo-bot.herokuapp.com/" +@ECHO. @ECHO ---- If you already have a config.json and a userdata.js, copy to the same folder as this batch file. @ECHO. @ECHO. @@ -107,12 +110,18 @@ COPY "%~dp0\userdata.js" C:\Python27\PokemonGo-Bot\web\config\ @ECHO. @ECHO Remember to configure both config.json and userdata.js! @ECHO. +@ECHO. +@ECHO. @ECHO "C:/Python27/PokemonGo-Bot/configs/config.json" +@ECHO INSTRUCTIONS: +@ECHO "https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/configuration_files.md" @ECHO. @ECHO "C:/Python27/PokemonGo-Bot/web/config/userdata.js" +@ECHO INSTRUCTIONS: +@ECHO "https://github.com/PokemonGoF/PokemonGo-Bot/blob/master/docs/google_map.md" @ECHO. @ECHO To get an Google Map API Key: -@ECHO https://developers.google.com/maps/documentation/javascript/get-api-key +@ECHO "https://developers.google.com/maps/documentation/javascript/get-api-key" @ECHO. @ECHO. @ECHO.