معرفی شرکت ها


clashofclans-api-1.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Clash of Clans API
ویژگی مقدار
سیستم عامل -
نام فایل clashofclans-api-1.0.1
نام clashofclans-api
نسخه کتابخانه 1.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Luca Koch
ایمیل نویسنده luca.koch@aon.at
آدرس صفحه اصلی https://github.com/Acul747/ClashofClans-API
آدرس اینترنتی https://pypi.org/project/clashofclans-api/
مجوز MIT License
ClashofClans-API ================ .. image:: https://img.shields.io/pypi/v/clashofclans-api.svg :target: https://pypi.org/project/clashofclans-api/ :alt: PyPi .. image:: https://img.shields.io/pypi/pyversions/clashofclans-api.svg :target: https://pypi.org/project/clashofclans-api/ :alt: Supported Versions .. image:: https://img.shields.io/github/license/acul747/clashofclans-api.svg :target: https://pypi.org/project/clashofclans-api/ :alt: MIT License ClashofClans-API is an easy to use API for the mobile game ClashofClans Installing ---------- Install and update using `pip`_: .. code-block:: text $ pip install clashofclans-api .. _pip: https://pip.pypa.io/en/stable/getting-started/ Create an API token ------------------- An API token is required to execute the script. You can create one `here`_. A Simple Example ---------------- .. _here: https://developer.clashofclans.com/#/new-key .. code-block:: python from ClashofClans import ClashofClans coc = ClashofClans("your API token") response = coc.players.get_player_info("e.g. #9Q8QYQ20Q or 9Q8QYQ20Q") print(response) .. code-block:: text $ python3 file.py (200, <Response [200]>, {'tag': '#9Q8QYQ20Q', 'name': 'Orange', 'townHallLevel': 15, 'townHallWeaponLevel': 4, 'expLevel': 244, ... .. _Supercell’s Fan Content Policy: https://supercell.com/en/fan-content-policy/. Disclaimer ---------- This content is not affiliated with, endorsed, sponsored, or specifically approved by Supercell and Supercell is not responsible for it. For more information see `Supercell’s Fan Content Policy`_.


نیازمندی

مقدار نام
~=2.28.2 requests


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

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


نحوه نصب


نصب پکیج whl clashofclans-api-1.0.1:

    pip install clashofclans-api-1.0.1.whl


نصب پکیج tar.gz clashofclans-api-1.0.1:

    pip install clashofclans-api-1.0.1.tar.gz