-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create stats-lookup #7667
base: master
Are you sure you want to change the base?
Create stats-lookup #7667
Conversation
New plugin |
Please use the version of okhttp that is already bundled by the runelite client |
This really should not query the wiki every time a lookup is performed; instead, it would be much better to scrape the wiki for this data periodically and have the plugin fetch that scraped data. |
The wiki dps calc already scrapes the wiki to create a monsters.json which is kept up to date. If you did want the plugin to exist you can probably just parse the json data that is already being scraped. https://raw.githubusercontent.com/weirdgloop/osrs-dps-calc/refs/heads/main/cdn/json/monsters.json |
Thanks for this. Didn't know, but will try to use that instead |
Plugin which allows the user to look up the stats on a monsters gathered from osrswiki