Skip to content

old school runescape price cheaper CLI written in Gleam

Notifications You must be signed in to change notification settings

ralaruri/ge-leam-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ge

A command-line tool for checking Old School RuneScape Grand Exchange prices in real time. It pulls live buy/sell prices from the OSRS Wiki API so you can look up any item by name or search for items matching a keyword. Built with Gleam and runs on the Erlang VM.

Installation

Make sure you have Gleam (v1.0+) and Erlang/OTP installed, then clone this repo and build:

git clone https://github.com/ralaruri/gleam-cli.git
cd gleam-cli
gleam build

Usage

# Look up an item's latest GE price
gleam run -- price "abyssal whip"

# Search for items matching a query
gleam run -- search dragon

Example Output

$ ge price "abyssal whip"
Abyssal whip (ID: 4151)
  Buy price:  1,350,000 gp
  Sell price: 1,340,000 gp
  GE limit:   70
  Members:    Yes

$ ge search dragon
Found 191 items matching "dragon":
  Dragon scimitar (ID: 4587)
  Dragon longsword (ID: 1305)
  ...

Development

gleam build  # Build the project
gleam run    # Run the project
gleam test   # Run the tests

About

old school runescape price cheaper CLI written in Gleam

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages