Skip to content

Save Directories

Gladiator10864 edited this page Jun 27, 2018 · 14 revisions

need_check_img

not_find_img

This is where all images are saved that PGSS cannot automatically recognize and require manual intervention. Image files need to be renamed manually to proper naming schema before running python3.6 manualsubmit.py.
Caution: Make sure to rename all files in this directory before running manualsubmit.py. Otherwise unchanged files will still get sent to success_img directory with possibly incorrect naming schema.

PokemonImage_##.png
Rename to Pokemon_Pokedex#.png.
Example: This image is named, PokemonImage_29.png which is of a Regice raid. Rename that file to Pokemon_387.png. 387 being the Pokedex number for Regice.

GymImage_###.png
Rename to Fort_####.png where #### is the fort ID number stored in your database.
Example: This image is named, GymImage_531.png which is of a raid egg yet to hatch. Rename that file to Fort_688.png where 688 is the fort ID listed in my database. To find the fort ID number, either search through your url_img directory to manually find a match or ask your community what gym it that screenshot is of.

To Find Fort ID:
If manually searching through url_img directory for a match, the file name will be of the fort ID.
If you know the name of the fort/gym:
       MySQL query: SELECT * FROM dbName.forts WHERE name LIKE '%Known Name%';
       PostgreSQL query: Unknown at this time

Clone this wiki locally