-
Notifications
You must be signed in to change notification settings - Fork 9
Support clues and boss killcount #3
Comments
Hi Adam, I have added support in the latest commit. Hiscores objects now have self.bosses and self.minigames with this data: There are still a few bosses that are missing. Comparing the api response with the hiscores page could be done, but I got too lazy to do them all lol. These instances are labeled as const.UNUSED_OR_UNKNOWN and are not included in the mappings. |
Thanks for the quick turnaround. Other than the missing bosses, do you have any other features that need to be added? |
As far as I know, there is no official items API. We currently get the list of all items in the game from In addition, if https://oldschool.runescape.wiki/ has some API, it would be nice to integrate into this repo. This could help with #2 If you have any additional ideas, feel free to open a PR or comment them here. |
From the runescape wiki discord:
|
For twisted league I wrote a quick script to get the maximum total xp to see if there were any hidden people on the hiscores that haven't maxed yet. I wanted to make more crawlers to see momentum within the leagues to predict the final points people will end at. I'm not sure if this is a separate project, or if you think it could be part of a PR for this project. |
Does it add any new functionality to the API? If so, those could be merged in. If it is simple enough to follow quickly, it could be useful to put it in an examples directory. |
There's been more categories on the hiscores. Any plans to update this wrapper?
The text was updated successfully, but these errors were encountered: