GrandExchange-ToolBox
Package to interact with the OSRS live Grand Exchange API alongside additional functions used in common money making approaches.
Quickstart
import grandexchange
DISCORD_ID = "#1234"
client = grandexchange.Client(user_agent=DISCORD_ID)
all_current_prices = client.get_current_prices()
# Names are case sensitive
nature_rune = client.get_current_prices("Nature rune")[0]
# Accessing item properties from the API
# nature_rune.highest.price
# nature_rune.lowest.price
# nature_rune.highest.volume
# nature_rune.lowest.volume
flip = grandexchange.flip(nature_rune, volume=1000)
Release files for GrandExchangeToolbox 0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| GrandExchangeToolbox-0.1-py3.10.egg | Legacy Egg format | - | - | Details |
| GrandExchangeToolbox-0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 57.8 kB
Release files / GrandExchangeToolbox-0.1-py3.10.egg
| Download URL | GrandExchangeToolbox-0.1-py3.10.egg |
|---|---|
| Size | 41.2 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
a9b9d4bdf0790128199ecea3c2c5fce73f7fb27d36e84ca3389a1f122c68c259
|
|
BLAKE2b-256 checksum How to use checksums |
da5e359d22690ecfd7fb913dc8ac220b68f7e7bc0c733ddadf6377e6452a171f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.1
|
Release files / GrandExchangeToolbox-0.1-py3-none-any.whl
| Download URL | GrandExchangeToolbox-0.1-py3-none-any.whl |
|---|---|
| Size | 16.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ea9e25e92be82b7fe83f82abf7378bd685d0362fdeedcf4621b4a34508f7162f
|
|
BLAKE2b-256 checksum How to use checksums |
6b09c65d7af3b70a56f7ab40e8d0ad54fa394768932eaa84e23f6f0ff44f76b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.10.1
|