Skip to main content

An OldSchool RuneScape API wrapper for Python.

Project description

yew-logs yew

yew is an OldSchool RuneScape API wrapper for Python. It lets you invoke entities of OSRS as Python objects.

Installation

Install from PyPi:

pip install yew

You can also install the development version from the repository as:

pip install git+https://github.com/bharat-nair/yew.git@development

Usage

Fetch an item:

from yew.item import Item

rune_scimmy = Item.from_id(1333)
rune_scimmy.examine     # "A vicious, curved sword."
rune_scimmy.highalch    # 15360

Fetch the latest prices:

prices = rune_scimmy.prices(interval="latest")
prices.high_price		# '15.1k'
str(prices.high_price_time)		# '2024-04-04 12:12:12'

Fetch a player:

from yew.player import Player

lynx_titan = Player("Lynx Titan")
lynx_titan.cooking.level	# 99
lynx_titan.cooking.xp		# 200000000

Fetch an NPC (uses data from the OSRS Wiki):

from yew.npc import Npc

edgeville_master = Npc.from_wiki("Vannaka")
edgeville_master.name # 'Vannaka'
edgeville_master.race # 'Human'
edgeville_master.examine # 'He looks dangerous'
edgeville_master.locations # ['Edgeville Dungeon']

rodent = Npc.from_wiki("Rat")
rodent.examine # 'Apopular dwarven delicacy'
rodent.level # 1
rodent.aggresive # False
rodent.hitpoints # 2
rodent.attack # 1
rodent.strength # 1

Contributing

All contributions are welcome! If you would like to propose a new feature or raise a bug you have encountered, please create a new Github issue. Make sure to provide a concise title and a descriptive description, going over the aspects of your feature or bug.

If you would like to contribute to the development of yew, all relevant PRs are welcome. To get started:

  • Fork this repository.
  • Install dependencies by running:
    pip install -r requirements.txt
    
    Note that it might be beneficial to create a Python virtual environment to keep your local dependencies clean.
  • Raise a PR to the development branch, once you have made your changes and pushed them.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

yew-0.12.1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

yew-0.12.1-py3-none-any.whl (9.3 kB view details)

Uploaded Python 3

File details

Details for the file yew-0.12.1.tar.gz.

File metadata

  • Download URL: yew-0.12.1.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for yew-0.12.1.tar.gz
Algorithm Hash digest
SHA256 1368d1ce8f5c33e06e810b7e900a5bf249b41e20929b00f4fb3b131377a9ea3d
MD5 6124af2bca81fef610131a1ddb8ff8f9
BLAKE2b-256 bc160fd56a91bdb2b90c328f879b0b5ab425c2481a248f22e614c985a51dc700

See more details on using hashes here.

File details

Details for the file yew-0.12.1-py3-none-any.whl.

File metadata

  • Download URL: yew-0.12.1-py3-none-any.whl
  • Upload date:
  • Size: 9.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for yew-0.12.1-py3-none-any.whl
Algorithm Hash digest
SHA256 5e6340a7f3dec61d095eaa8640fb9abfe9026de1872ed639889833eedb7c811f
MD5 625ecd40d2672490f042675d21c19b73
BLAKE2b-256 0d3b444f0caead2dd421fe339ddb73c90a6235b8b160f64b411db05682e6cc24

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page