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'))
Release files for rs3-api 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rs3_api-0.1.0.tar.gz | 7.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rs3_api-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 17.9 kB
Release files / rs3_api-0.1.0.tar.gz
| Download URL | rs3_api-0.1.0.tar.gz |
|---|---|
| Size | 7.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
14e51737d2b2552fc0f1c5de2ec4549d92072266cb4330384746cf6010395d49
|
|
BLAKE2b-256 checksum How to use checksums |
a2bb20609a40c96799e28a2628239c0cea27f970c678b05745ffb8bb9b8ddb48
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|
Release files / rs3_api-0.1.0-py3-none-any.whl
| Download URL | rs3_api-0.1.0-py3-none-any.whl |
|---|---|
| Size | 10.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9d88be0e9a8d34429c6049bc125193484ed05a9bda1cfaaab5e16a53bdecc936
|
|
BLAKE2b-256 checksum How to use checksums |
4fbfb5e92dc1e9231185fe115783a941f45d3dbe8c2886f48b7b1e2cc4223de9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.10.6
|