معرفی شرکت ها


aoe2netapi-wrapper-2.0.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A simple and basic Python 3 API wrapper for the https://aoe2.net/#api API.
ویژگی مقدار
سیستم عامل -
نام فایل aoe2netapi-wrapper-2.0.0
نام aoe2netapi-wrapper
نسخه کتابخانه 2.0.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده sixP-NaraKa
ایمیل نویسنده sixpaths-naraka@protonmail.com
آدرس صفحه اصلی https://github.com/sixP-NaraKa/aoe2net-api-wrapper
آدرس اینترنتی https://pypi.org/project/aoe2netapi-wrapper/
مجوز MIT
# aoe2net-api-wrapper A simple and basic Python 3 https://aoe2.net/ API wrapper for sending `GET requests`. ![GitHub release (latest by date)](https://img.shields.io/github/v/release/sixp-naraka/aoe2net-api-wrapper?color=g&label=GitHub%20release) ![PyPI](https://img.shields.io/pypi/v/aoe2netapi-wrapper?label=pypi%20version) ![PyPI - Downloads](https://img.shields.io/pypi/dd/aoe2netapi-wrapper?label=pypi%20downloads) [![Downloads](https://pepy.tech/badge/aoe2netapi-wrapper)](https://pepy.tech/project/aoe2netapi-wrapper) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aoe2netapi-wrapper) See the documentation of the API wrapper here on GitHub: [section 'Documentation'](https://github.com/sixP-NaraKa/aoe2net-api-wrapper#documentation). See https://aoe2.net/#api and https://aoe2.net/#nightbot for the aoe2.net API (documentation) directly. Requirements: - `requests` >= 2.20.0 - `dataclasses-json` == 0.5.7 - Python 3.7+ required Installation - Available [on PyPi](https://pypi.org/project/aoe2netapi-wrapper/) ``` pip install aoe2netapi-wrapper ``` Example usage - ```python from aoe2netapi import API, Nightbot from aoe2netapi.constants import LeaderboardId, EventLeaderboardId from aoe2netapi.models import Leaderboard # API class api = API() leaderboard: Leaderboard = api.get_leaderboard(leaderboard_id=LeaderboardId.AOE_TWO_RM, count=100) print(leaderboard) # Leaderboard<total = 43055, leaderboard_id = 3, start = 1, count = 100, players = [...], # game="aoe2de", is_event_leaderboard=False for player in leaderboard.players: # player is of type 'LeaderboardPlayer' print(player.rank, player.name, player.rating, player.highest_rating, ...) # Nighbot class nightbot = Nightbot() rating_history: str = nightbot.get_current_or_last_match(leaderboard_id=LeaderboardId.AOE_TWO_RM, search="GL.TheViper") print(rating_history) # GL.TheViper (2688) Rank #4, has played 1,542 games with a 65% winrate, -1 streak, and 4 drops ``` Documentation - See the documentation on the provided functions here on GitHub: [documentation page](https://github.com/sixP-NaraKa/aoe2net-api-wrapper/blob/main/docs/docs.md). For the documentation for previous versions, see the documentation page here: [documentation page](https://github.com/sixP-NaraKa/aoe2net-api-wrapper/blob/main/docs/). Changelog - See the changelog here on GitHub: [changelog page](https://github.com/sixP-NaraKa/aoe2net-api-wrapper/blob/main/docs/changelog.md). License - MIT License. See [LICENSE](https://github.com/sixP-NaraKa/aoe2net-api-wrapper/blob/main/LICENSE).


نیازمندی

مقدار نام
>=2.20.0 requests
==0.5.7 dataclasses-json


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl aoe2netapi-wrapper-2.0.0:

    pip install aoe2netapi-wrapper-2.0.0.whl


نصب پکیج tar.gz aoe2netapi-wrapper-2.0.0:

    pip install aoe2netapi-wrapper-2.0.0.tar.gz