Page 1 of 1

A simple Python script to check your character's missing Exploration Badges

Posted: Tue Jul 26, 2022 6:44 pm
by Weirdomen
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.

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Tue Jul 26, 2022 7:06 pm
by Wassail
This is so great! Thanks for sharing.

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Wed Jul 27, 2022 6:23 am
by Alkasyn
Thank you, I've been using a different, more cumbersome method until now, but this works neatly.

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Fri Aug 12, 2022 4:59 pm
by NearNihil
It broke! I tried to fix it but I'm not deep enough into Python to fix it in 5 minutes so I gave up.

edit: I think it's because the latest exploration badge doesn't have coordinates. Still not enough expertise to fix it quickly though.

Image

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Sat Aug 13, 2022 12:08 am
by Weirdomen
NearNihil wrote: Fri Aug 12, 2022 4:59 pm It broke! I tried to fix it but I'm not deep enough into Python to fix it in 5 minutes so I gave up.

edit: I think it's because the latest exploration badge doesn't have coordinates. Still not enough expertise to fix it quickly though.
Fixed! Thank you!

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Tue Sep 06, 2022 8:38 pm
by Huojin
You are my hero

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Thu Sep 08, 2022 10:43 pm
by Weirdomen
Happy to help :D

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Wed Dec 07, 2022 1:20 pm
by oath2order
I remember the old breath map had a feature like this. Thanks for making it!

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Thu Dec 08, 2022 4:29 am
by Fellis
would be nice to have an alternative print output that is very concise for copy/pasting to your in-game pad!

Re: A simple Python script to check your character's missing Exploration Badges

Posted: Thu Dec 08, 2022 2:24 pm
by Weirdomen
Fellis wrote: Thu Dec 08, 2022 4:29 am would be nice to have an alternative print output that is very concise for copy/pasting to your in-game pad!
Absolutely! Do you have a suggestion on a short form that would be adequate?

Would something like this be ok? (see at the end of the output)
https://colab.research.google.com/drive ... sp=sharing

It gets a bit ugly if many badges are missing, though.