scripts: A collection of scripts (using Python and BASH) to help automate common tasks including dumping the OSRS cache, scraping the OSRS wiki, generating schemas, updating the databases, and inserting data into a MongoDB database. cache: A collection of scripts to extract useful data from th...
wiki: OSRS Wiki data dump including all item and monster page titles and page data. docs: The publicly accessible item database available through this repo or by using the static JSON API. This folder contains the actual item database that is publicly available, or browsable within this reposi...
incomplete boolean If the item has incomplete wiki data. True False members boolean If the item is a members-only. True False tradeable boolean If the item is tradeable (between players and on the GE). True False tradeable_on_ge boolean If the item is tradeable (only on GE). True Fa...