Lightweight, dependency-minimal OSRS Hiscores + GE Price Decoder.
osrs_info provides:
- ๐ Hiscores API decoding (skills, clues, bosses, PvP)
- ๐ฐ Grand Exchange price lookups using the OSRS Wiki price API
- ๐งน Tradeable-only item filtering (no corrupted/charged/seasonal junk)
- ๐ Smart item searching (substring + optional fuzzy matching)
- ๐งฉ A unified high-level interface:
Decoder
Perfect for bots, dashboards, game integrations, analytics scripts, and automation.
pip install osrs_info
# With fuzzy item search (RapidFuzz)
pip install "osrs_info[fuzzy]"