Name | rs3-api JSON |
Version |
0.1.0
JSON |
| download |
home_page | |
Summary | A wrapper for Runescape 3 API to make it easier to work. |
upload_time | 2022-12-16 19:35:31 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.7 |
license | |
keywords |
runescape3
rs3
runescape
api
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Runescape 3 API Wrapper
## Under construction
## Hiscores
```python
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'))
Raw data
{
"_id": null,
"home_page": "",
"name": "rs3-api",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "runescape3,rs3,runescape,api",
"author": "",
"author_email": "Luciano Feder <lucianoo.feder@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/a2/bb/20609a40c96799e28a2628239c0cea27f970c678b05745ffb8bb9b8ddb48/rs3_api-0.1.0.tar.gz",
"platform": null,
"description": "# Runescape 3 API Wrapper\n\n## Under construction\n\n\n## Hiscores\n\n```python\nfrom rs3_api.hiscores import Hiscore\n\nhiscore = Hiscore()\n\n## User hiscores\nuser = hiscore.user('zezima')\nprint(user)\nprint(user.account_type)\nprint(user.skills)\nprint(user.minigames)\n\narchived_seasonal_events = user.get_season(archived=True)\nprint(archived_seasonal_events)\n\n## Seasonal events\nprint(hiscore.seasonal_events.all)\nprint(hiscore.seasonal_events.current)\n\n## Clan Hiscores\nclan = hiscore.clan('atlantis')\nprint(clan.members)\nprint(clan.get_member('oieeusougoku'))\n",
"bugtrack_url": null,
"license": "",
"summary": "A wrapper for Runescape 3 API to make it easier to work.",
"version": "0.1.0",
"split_keywords": [
"runescape3",
"rs3",
"runescape",
"api"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "e5a0b1b03de8e312165078e80787d79a",
"sha256": "9d88be0e9a8d34429c6049bc125193484ed05a9bda1cfaaab5e16a53bdecc936"
},
"downloads": -1,
"filename": "rs3_api-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "e5a0b1b03de8e312165078e80787d79a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 10493,
"upload_time": "2022-12-16T19:35:29",
"upload_time_iso_8601": "2022-12-16T19:35:29.410858Z",
"url": "https://files.pythonhosted.org/packages/4f/bf/b5e92dc1e9231185fe115783a941f45d3dbe8c2886f48b7b1e2cc4223de9/rs3_api-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"md5": "c924deafb716f42019744df608ea112e",
"sha256": "14e51737d2b2552fc0f1c5de2ec4549d92072266cb4330384746cf6010395d49"
},
"downloads": -1,
"filename": "rs3_api-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "c924deafb716f42019744df608ea112e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 7439,
"upload_time": "2022-12-16T19:35:31",
"upload_time_iso_8601": "2022-12-16T19:35:31.272685Z",
"url": "https://files.pythonhosted.org/packages/a2/bb/20609a40c96799e28a2628239c0cea27f970c678b05745ffb8bb9b8ddb48/rs3_api-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2022-12-16 19:35:31",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "rs3-api"
}