Skip to content

[Pokemon Go] A small script to find current spawns in NYC with good PVP IV

Notifications You must be signed in to change notification settings

TakashiL/NYCPVP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NYC PVP IV Pokemon Map

Instructions:

  1. Clone this repo.

  2. Make sure requests, geopy are installed, run the following command if needed:

pip install -r requirements.txt
  1. Run the following command to find spawns:
python main.py <spawn_mon_id> <pvp_mon_id> {min_rank} {cp_cap}

Default values: min_rank=100, cp_cap=1500

  1. Examples:
python main.py 747 748
python main.py 747 748 100
python main.py 747 748 100 2500
python main.py 37 Ninetales\(Alolan\) # for special pokemon use this

Disclaimer:

This project is completely non-profit and can't be done without querying data from https://nycpokemap.com/

About

[Pokemon Go] A small script to find current spawns in NYC with good PVP IV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages