Skip to main content

A python wrapper for Curse Of Aros game leaderboards.

Project description

Curse Of Aros API

A python wrapper for Curse Of Aros game leaderboards.

PyPI - Downloads PyPI - Version Upload Python Package

Installation

pip install curseofaros

Usage

import curseofaros

client = curseofaros.Client()

Player Functions

await client.melee("name", limit= None)

await client.magic("name", limit= None)

await client.mining("name", limit= None)

await client.smithing("name", limit= None)

await client.woodcutting("name", limit= None)

await client.crafting("name", limit= None)

await client.fishing("name", limit= None)

await client.cooking("name", limit= None)

await client.tailoring("name", limit= None)

Guild Functions

await client.g_melee("guild prefix", place= 1, limit= None)

await client.g_magic("guild prefix", place= 1, limit= None)

await client.g_mining("guild prefix", place= 1, limit= None)

await client.g_smithing("guild prefix", place= 1, limit= None)

await client.g_woodcutting("guild prefix", place= 1, limit= None)

await client.g_crafting("guild prefix", place= 1, limit= None)

await client.g_fishing("guild prefix", place= 1, limit= None)

await client.g_cooking("guild prefix", place= 1, limit= None)

await client.g_tailoring("guild prefix", place= 1, limit= None)

Information

Parameters
place (Int) - Shows the nth result of the search.
limit (None or Int) - Limits your search to the given number of pages (first page is 0).
Errors
NotFound - Raised when the search fails (when limit is reached or searched term is not found).

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

curseofaros-0.0.1.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

curseofaros-0.0.1-py3-none-any.whl (5.0 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