معرفی شرکت ها


boticordpy-2.2.2


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python wrapper for BotiCord API
ویژگی مقدار
سیستم عامل -
نام فایل boticordpy-2.2.2
نام boticordpy
نسخه کتابخانه 2.2.2
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Marakarka
ایمیل نویسنده support@kerdoku.top
آدرس صفحه اصلی https://github.com/boticord/boticordpy
آدرس اینترنتی https://pypi.org/project/boticordpy/
مجوز MIT
<p align="center"> <img width="520" src="https://media.discordapp.net/attachments/929108234709639208/943873379809787964/boticordpylogo.png" alt=""> </p> <p align="center"> <b> The easiest way to use BotiCord API in Python. <span> · </span> <a href="https://py.boticord.top/">Docs</a> </b> </p> <p align="center"> <a href="https://pypi.org/project/boticordpy/"><img src="https://img.shields.io/pypi/dm/boticordpy?style=flat-square" alt=""></a> <a href="https://pypi.org/project/boticordpy/"><img src="https://img.shields.io/pypi/v/boticordpy?style=flat-square" alt=""></a> <a href="https://py.boticord.top/"><img src="https://img.shields.io/readthedocs/boticordpy?style=flat-square" alt=""></a> </p> <h2>Features</h2> * Object-oriented * Full BotiCord API Coverage * Modern Pythonic API using `async`/`await` syntax * BotiCord Webhooks * It is not necessary to use any particular library used to interact with the Discord API. <h2>Installation</h2> <b>Python 3.6 or newer is required.</b> Enter one of these commands to install the library: ``` pip install boticordpy ``` ``` python3 -m pip install boticordpy ``` Or just clone the repo: https://github.com/boticord/boticordpy <h2>Examples</h2> You can find other examples in an examples folder. **Discord.py Autopost example** ```py from discord.ext import commands from boticordpy import BoticordClient bot = commands.Bot(command_prefix="!") async def get_stats(): return {"servers": len(bot.guilds), "shards": 0, "users": len(bot.users)} async def on_success_posting(): print("stats posting successfully") boticord_client = BoticordClient("your_api_token") autopost = ( boticord_client.autopost() .init_stats(get_stats) .on_success(on_success_posting) .start() ) bot.run("bot token") ``` <h2>Links</h2> * [PyPi](https://pypi.org/project/boticordpy) * [Documentation](https://py.boticord.top) * [Github](https://github.com/boticord/boticordpy) * [BotiCord](https://boticord.top/) * [Support](https://boticord.top/discord) <h2>Help</h2> If You need any help we recommend you to check the documentation. You can find us [here](https://bcord.cc/support). Main developer is **[Marakarka](https://boticord.top/profile/585766846268047370)**


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

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


نحوه نصب


نصب پکیج whl boticordpy-2.2.2:

    pip install boticordpy-2.2.2.whl


نصب پکیج tar.gz boticordpy-2.2.2:

    pip install boticordpy-2.2.2.tar.gz