معرفی شرکت ها


dishook-1.0.4


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

Control your discord webhooks on a nice way.
ویژگی مقدار
سیستم عامل -
نام فایل dishook-1.0.4
نام dishook
نسخه کتابخانه 1.0.4
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Sendokame
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/ZSendokame/Dishook
آدرس اینترنتی https://pypi.org/project/dishook/
مجوز -
# Dishook **Dishook** it's a library who lets you control Discord Webhooks via HTTP.<br> Supports plain text and embeds, Parameters and JSON gives you more control than other libraries.<br> Dishook it's one of the lasts Discord webhook control library that is mantained today. # How to install ``` Bash # PIP + GIT: pip install git+https://github.com/ZSendokame/Dishook # PIP: pip install dishook ``` # How to use After download, here is a brief tutorial.<br> ```py import dishook webhook = dishook.Webhook(Webhook URL) # Create a Webhook() object, this class do all the work. webhook.embed( description='This is a description', color=10000, image={ 'url': 'Image URL' } ) webhook.add_field( name='Webhook field', value='Webhook field description' ) webhook.send() # Here, you can add the parameters you wan't!. First check that they are valid. # You also have some values! webhook.json # In case you have any error, you can check the generated JSON that the library sent. webhook.response # More descriptive, if there's any error. Do a try-except and check discord's response. webhook.status # Here is status code, if you search for it. Probably you will get information ```


نحوه نصب


نصب پکیج whl dishook-1.0.4:

    pip install dishook-1.0.4.whl


نصب پکیج tar.gz dishook-1.0.4:

    pip install dishook-1.0.4.tar.gz