A simple Python script to check your character's missing Exploration Badges
Posted: Tue Jul 26, 2022 6:44 pm
Hi all,
since I've started looking for Exploration badges, I've written a simple Python script to check the ones my characters miss.
I've put an open version in Google Colab (needs a Google account, but it doesn't send any information to me):
https://colab.research.google.com/drive ... xnqpQlWU-a
To use it, just add your character's ID number (the last number in your character page) and press the "play" button that's on the left side of the screen.
The script will fetch the official list of badges from the wiki (and caches this information, so the wiki doesn't get spammed by requests) and will fetch your character page.
Scroll to the end of the colab page and you'll see the output with the badges you're missing.
Please let me know if there's any problem or unexpected behavior, I'll be happy to fix it.
since I've started looking for Exploration badges, I've written a simple Python script to check the ones my characters miss.
I've put an open version in Google Colab (needs a Google account, but it doesn't send any information to me):
https://colab.research.google.com/drive ... xnqpQlWU-a
To use it, just add your character's ID number (the last number in your character page) and press the "play" button that's on the left side of the screen.
The script will fetch the official list of badges from the wiki (and caches this information, so the wiki doesn't get spammed by requests) and will fetch your character page.
Scroll to the end of the colab page and you'll see the output with the badges you're missing.
Please let me know if there's any problem or unexpected behavior, I'll be happy to fix it.