Skip to main content

Easily create and use Discord Webhooks and simple bots.

Project description

XPHN_ezDiscord

Easily use and create Discord webhooks and simple Discord bots.

Webhook text Example:

import ezDiscord
ezDiscord.ezWebhook.Send("your_webhook_url","send_from_username","message_content") 
#Of course replace them with your own values (url,username,message)

Webhook file/image example:

import ezDiscord
ezDiscord.ezWebhook.File("webhook_url","from_username","file_name_along_with_file_extension")
#Again, replace them with your own values (url,username,filename)

Bot Example:

import ezDiscord
ezDiscord.ezBot.Respond("your_bot_token","message_to_which_the_bot_will_reply","message_which_bot_will_send_back_as_reply")  
#Telling Again,replace them with your own values (token,trigger,reply)

Project details


Release history Release notifications | RSS feed

This version

1.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

XPHN_ezDiscord-1.5.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

XPHN_ezDiscord-1.5-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page