معرفی شرکت ها


danbot-hosting-py-1.0


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

A Python Wrapper for the DanBotHosting API
ویژگی مقدار
سیستم عامل -
نام فایل danbot-hosting-py-1.0
نام danbot-hosting-py
نسخه کتابخانه 1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Makiyu
ایمیل نویسنده 73825066+Makiyu-py@users.noreply.github.com
آدرس صفحه اصلی https://github.com/Makiyu-py/danbot-hosting
آدرس اینترنتی https://pypi.org/project/danbot-hosting-py/
مجوز MIT License
# danbot-hosting-py A Python API Wrapper for the DanBot Hosting API # Installation ### For Windows: `pip install danbot-hosting-py` ### For Linux/MacOS `pip3 install danbot-hosting-py` # Quick Example ```python from discord.ext import commands from danbot_api import DanBotClient bot = commands.Bot(command_prefix='>', description="This is a Helper Bot") @bot.event async def on_ready(): DanBotClient(bot, key="your_dbh_key", autopost=True) print('Bot is Online') @bot.event async def on_dbh_post(data): print("Posted Bot Data to DBH. Data Posted:") print(data) @bot.command() async def ping(ctx): await ctx.send('pong!') bot.run("your bot's token here") ``` # FAQ > How do you get an API key? #### Go to the [discord server](https://discord.gg/dbh) and use the `DBH!ApiKey` command in a respective text channel there! > I'm having trouble with the module #### You may post at the [issues section in Github](https://github.com/Makiyu-py/danbot-hosting/issues) or message me on Discord! (Makiyu^#4707) # Links - [DanBot Hosting Discord Server](https://discord.gg/dbh) - [DanBot Hosting Website](https://danbot.host) - [Original Wrapper (for discord.js)](https://github.com/danbot-devs/danbot-hosting) - [Changelog](https://github.com/Makiyu-py/danbot-hosting/blob/main/CHANGELOG.md)


نیازمندی

مقدار نام
- discord.py


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

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


نحوه نصب


نصب پکیج whl danbot-hosting-py-1.0:

    pip install danbot-hosting-py-1.0.whl


نصب پکیج tar.gz danbot-hosting-py-1.0:

    pip install danbot-hosting-py-1.0.tar.gz