معرفی شرکت ها


Destipy-0.1.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Asynchronous Python Wrapper for the Bungie API
ویژگی مقدار
سیستم عامل -
نام فایل Destipy-0.1.9
نام Destipy
نسخه کتابخانه 0.1.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده -
ایمیل نویسنده Sedam <sedam.code@gmail.com>
آدرس صفحه اصلی -
آدرس اینترنتی https://pypi.org/project/Destipy/
مجوز -
# Destipy This is a asynchronous Python Wrapper around the Bungie API. It allows one to send requests to all given endpoints of the Bungie API seen in their [Bungie.Net API Documentation](https://bungie-net.github.io/multi/index.html). NOTE: * This is my first real project which was meant for a Discord Bot for my own Server but then decided to release, which means that bugs are likely. * Some of the code is inspired or taken from [pydest](https://github.com/jgayfer/pydest/tree/master/pydest) and [aiobungie](https://github.com/nxtlo/aiobungie) so check them out! ISSUES: * Some of the Endpoints POST endpoints may not work properly. I just reworked the request-design but need to implement tests to verify that everything works! ## Features * Every endpoint in the documentation is implemented, POST and GET. * Download and Extraction of the manifest to a .content file. * Download and Extraction of the manifest to a MongoDB database (COMING SOON). * Logging with own logger or with the default logger by adding a file "logs/Destipy.log" ('logs' being a folder) in the root folder. ## Examples Here are a few examples: * [COMING SOON](https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley) * [COMING SOON](https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley) * [COMING SOON](https://www.youtube.com/watch?v=dQw4w9WgXcQ&ab_channel=RickAstley) ### Requirements * aiohttp Install `Destipy`: ``` pip install Destipy ``` In you project you can use it as a simple client without authentication by initialize a client with your Api Key like this: ``` from destipy.destiny_client import DestinyClient client = DestinyClient(<API_KEY>) user = await client.user.GetBungieNetUserById(<MEMBERSHIP_ID>) ``` If you plan on using a specific category of endpoints multiple times you can also use the endpoint category itself as a class: ``` from destipy.destiny_client import DestinyClient client = DestinyClient(<API_KEY>) user_endpoints = client.user user = await user_endpoints.GetBungieNetUserById(<MEMBERSHIP_ID>) ``` ## Contact Discord: `Sedamaso#5217`


نیازمندی

مقدار نام
>=3.7.4 aiohttp


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

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


نحوه نصب


نصب پکیج whl Destipy-0.1.9:

    pip install Destipy-0.1.9.whl


نصب پکیج tar.gz Destipy-0.1.9:

    pip install Destipy-0.1.9.tar.gz