Fully functional market tool for Old School RuneScape. Ability to search any item in the game and return Grand Exchange data on that item.
- Search for any OSRS item by name
- View latest market data (buy/sell prices, margin, last sale time)
- View 24-hour historical price data with interactive charts
- Dark theme UI
-
Install dependencies:
pip install -r requirements.txt
-
Run the Flask application:
python app.py
-
Open your browser and navigate to
http://localhost:5000
The repository includes a DevContainer configuration that automatically sets up and runs the application.