adamaz
AI-Driven OSINT Specialist
2
MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1
400 XP
Well this use Google Places Api and PokeVision and maps.pokemongo.id search system to find desired pokemons.
Now can input pokemons from command line like: "PokeVisionFinder.py charizard,blastoise,ivysaur,pikachu"
Required Python2.7 and Google Places API Key
Github:
Tutorial:
1) install: https://www.python.org/downloads/release/python-2711/
2) get your key: https://developers.google.com/places/web-service/
3) download from github
4) edit the PokeVisionFinder.py with your api key
compile the PokeVisionFinder.py with python
i) open python command line
ii) enter: import py_compile
iii) enter: py_compile.compile("C:\Users\user\Desktop\PokeVisionFinder-master\PokeVisionFinder.py") <-- your file directory
5) go to your file directory
enter cmd there and just run your .pyc file by typing the .pyc file name in and pressing enter
enter your wish pokemon
done
Now can input pokemons from command line like: "PokeVisionFinder.py charizard,blastoise,ivysaur,pikachu"
Required Python2.7 and Google Places API Key
Github:
You must upgrade your account or reply in the thread to view hidden text.
1) install: https://www.python.org/downloads/release/python-2711/
2) get your key: https://developers.google.com/places/web-service/
3) download from github
4) edit the PokeVisionFinder.py with your api key
compile the PokeVisionFinder.py with python
i) open python command line
ii) enter: import py_compile
iii) enter: py_compile.compile("C:\Users\user\Desktop\PokeVisionFinder-master\PokeVisionFinder.py") <-- your file directory
5) go to your file directory
enter cmd there and just run your .pyc file by typing the .pyc file name in and pressing enter
enter your wish pokemon
done