Skip to main content

A wrapper for Runescape 3 API to make it easier to work.

Project description

Runescape 3 API Wrapper

Under construction

Hiscores

from rs3_api.hiscores import Hiscore

hiscore = Hiscore()

## User hiscores
user = hiscore.user('zezima')
print(user)
print(user.account_type)
print(user.skills)
print(user.minigames)

archived_seasonal_events = user.get_season(archived=True)
print(archived_seasonal_events)

## Seasonal events
print(hiscore.seasonal_events.all)
print(hiscore.seasonal_events.current)

## Clan Hiscores
clan = hiscore.clan('atlantis')
print(clan.members)
print(clan.get_member('oieeusougoku'))

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

rs3_api-0.1.0.tar.gz (7.4 kB view hashes)

Uploaded Source

Built Distribution

rs3_api-0.1.0-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

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