python-discord-webhook:执行不和谐的webhooks

时间:2024-06-05 19:31:15
【文件属性】:

文件名称:python-discord-webhook:执行不和谐的webhooks

文件大小:398KB

文件格式:ZIP

更新时间:2024-06-05 19:31:15

python discord webhook embeds discord-webhooks

python-discord-webhook 执行不和谐的webhooks 安装 通过pip安装: pip install discord-webhook 例子 基本的webhook from discord_webhook import DiscordWebhook webhook = DiscordWebhook ( url = 'your webhook url' , content = 'Webhook Message' ) response = webhook . execute () 多个webhook网址 from discord_webhook import DiscordWebhook webhook_urls = [ 'webhook url 1' , 'webhook url 2' ] webhook = DiscordWebhook ( url = web


【文件预览】:
python-discord-webhook-master
----.flake8(30B)
----CHANGES.md(3KB)
----img()
--------simple_embed.png(9KB)
--------webhook_files.png(145KB)
--------extended_embed.png(169KB)
--------multiple_urls.png(12KB)
--------extended_embed3.png(20KB)
--------extended_embed2.png(26KB)
--------basic_webhook.png(8KB)
----.pylintrc(324B)
----requirements.txt(387B)
----examples()
--------multiple_webhook_urls.py(193B)
--------basic_webhook.py(149B)
--------embedded_content.py(783B)
--------send_files.py(407B)
--------attachment_in_embeds.py(413B)
--------use_proxy.py(253B)
----LICENSE(1KB)
----setup.py(1KB)
----README.md(9KB)
----Makefile(515B)
----discord_webhook()
--------__init__.py(96B)
--------__main__.py(909B)
--------webhook.py(15KB)
----tests()
--------test_discordwebhook.py(502B)
--------__init__.py(0B)
----.gitignore(1KB)

网友评论