معرفی شرکت ها


discord-curious-0.7.9


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

An async library for the Discord API
ویژگی مقدار
سیستم عامل -
نام فایل discord-curious-0.7.9
نام discord-curious
نسخه کتابخانه 0.7.9
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Laura Dickinson
ایمیل نویسنده l@veriny.tf
آدرس صفحه اصلی https://github.com/SunDwarf/curious
آدرس اینترنتی https://pypi.org/project/discord-curious/
مجوز LGPLv3
Curious ======= ``curious`` is a Python 3.6+ library to interact with the `Discord <https://discordapp.com>`_ API. Installation ------------ Curious is available on PyPI under ``discord-curious``: .. code-block:: bash $ pip install -U discord-curious Or for the latest development version: .. code-block:: bash $ pip install -U git+https://github.com/Fuyukai/curious.git#egg=curious Basic Example ------------- .. code-block:: python3 from curious import BotType, Client, Message cl = Client("token", bot_type=BotType.BOT | BotType.NO_DMS) @cl.event("ready") async def ready(ctx): print("Ready on shard", ctx.shard_id) @cl.event("message_create") async def handle_message(ctx, message: Message): print(f"{message.author.user.name} said '{message.content}'") cl.run(shards=1) Documentation ------------- See the documentation at https://curious.readthedocs.io/en/latest/.


نیازمندی

مقدار نام
==0.1.13 lomond
==1.0.9 pylru
<2.1.0,>=2.0.2 oauthlib
>=2017.3 pytz
<1.4.0,>=1.3.0 asks
<4.2.0,>=4.1.0 multidict
<0.3.0,>=0.2.1 multio
~=1.9 async-generator
>=0.2.0 typing-inspect
xtr sphinx-py3doc-enhanced-theme;
xtr sphinx;
xtr sphinxcontrib-asyncio;
xtr sphinx-autodoc-typehints;
==1.1.0) opuslib
==1.0.1) PyNaCL


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

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


نحوه نصب


نصب پکیج whl discord-curious-0.7.9:

    pip install discord-curious-0.7.9.whl


نصب پکیج tar.gz discord-curious-0.7.9:

    pip install discord-curious-0.7.9.tar.gz