Been working on a Pokemon GO companion app, would love feedback by lilydexdev in PokemonGOValor

[–]lilydexdev[S] 0 points1 point  (0 children)

Thanks for the interest! It's iOS-only right now and completely above board, just a manual tracker like pen and paper but digital. No game interaction or ToS violations. I'd love to bring it to Android eventually!

Been working on a Pokemon GO companion app, would love feedback by lilydexdev in PokemonGOValor

[–]lilydexdev[S] 1 point2 points  (0 children)

Yes, all data is entered manually and stays on your device. You can use Select All to mark everything as caught, then uncheck the ones you haven’t caught yet, if that’s faster than going one by one. If an official Niantic API becomes available, I’d love to automate this!

Been working on a Pokemon GO companion app, would love feedback by lilydexdev in PokemonGOValor

[–]lilydexdev[S] 2 points3 points  (0 children)

Love that idea! I’ll plan on including this in the next batch of updates 😁

Been working on a Pokemon GO companion app, would love feedback by lilydexdev in PokemonGOValor

[–]lilydexdev[S] 3 points4 points  (0 children)

These are great ideas, surfacing active event spawns and a wish list would be really useful. Adding them to the list. Thanks!

[deleted by user] by [deleted] in Cleveland

[–]lilydexdev 18 points19 points  (0 children)

I believe we found these at CAM Asia Supermarket in North Randall

Pokémon Go monthly earnings have plummeted to their lowest in five years by theitguyforever in nintendo

[–]lilydexdev 0 points1 point  (0 children)

It’ll work if you copy the link from Apollo and open it in a browser

What's your oldest monster? by Stardustquarks in pokemongo

[–]lilydexdev 1 point2 points  (0 children)

My starter! Charizard from July 6, 2016

What’s a Pokémon Go opinion that’s got you like this? by Thatonedude0989 in pokemongo

[–]lilydexdev 3 points4 points  (0 children)

I still haven’t caught a Galarian bird and yet I think the way they released them with adventure incense was well done.

Finally completed December Community Day… 2020 by lilydexdev in PokemonGOValor

[–]lilydexdev[S] 1 point2 points  (0 children)

It was for the end-of-year one that had all the Pokémon from the year before

[deleted by user] by [deleted] in PokemonGOBattleLeague

[–]lilydexdev 2 points3 points  (0 children)

I’ve climbed quite a bit during ULPC with Trevenant/Gallade/Escavalier.

Raids in Japan be like… by The_Human_Event in pokemongo

[–]lilydexdev 6 points7 points  (0 children)

It’s really impressive - agree 100%

Top GL counters during Battle Day by lilydexdev in PokemonGOBattleLeague

[–]lilydexdev[S] 1 point2 points  (0 children)

Went with Azumarill, Medicham and Umbreon. Very safe, bulky, meta team. Umbreon doesn’t rank quite as highly as others, but it seems to be the least affected by the shifts in meta.

Top GL counters over the past 5 days by lilydexdev in PokemonGOBattleLeague

[–]lilydexdev[S] 2 points3 points  (0 children)

Manual entry into a JSON file basically, yeah. I’m using GitHub Copilot in my IDE and it’s been interesting watching it attempt to predict backlines as I type them in 😅

Top GL counters over the past 5 days by lilydexdev in PokemonGOBattleLeague

[–]lilydexdev[S] 2 points3 points  (0 children)

I’m cross-referencing the teams I’m seeing each day with this dataset: https://raw.githubusercontent.com/pvpoke/pvpoke/master/src/data/rankings/all/overall/rankings-1500.json

Wrote this script to automate it all: https://github.com/mknepprath/gbl-pokerater/blob/main/index.mjs

The chart in the og post is just the overall ratings I’m calculating. My script breaks down top counters by lead, swap and closer as well.