Skip to content

Blank-c/Curse-Of-Aros-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curse Of Aros API

A python wrapper for Curse Of Aros game leaderboards.

PyPI - Downloads PyPI - Version GitHub Workflow Status (event)

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).

About

A python wrapper for Curse Of Aros game leaderboards.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages