Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joshuliu/discord-webhook-embed-generator
An embed generator in Discord which makes use of the webhooks feature built into the Discord API
https://github.com/joshuliu/discord-webhook-embed-generator
discord discord-api discord-py python python-2 python-3 python-3-6 python-library python-script python2 python27 python3 python36 webhook webhook-api webhook-url webhooks webhooks-api webhooks-json
Last synced: 24 days ago
JSON representation
An embed generator in Discord which makes use of the webhooks feature built into the Discord API
- Host: GitHub
- URL: https://github.com/joshuliu/discord-webhook-embed-generator
- Owner: Joshuliu
- License: apache-2.0
- Created: 2018-06-08T07:08:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T08:14:27.000Z (over 6 years ago)
- Last Synced: 2024-10-12T09:03:29.547Z (24 days ago)
- Topics: discord, discord-api, discord-py, python, python-2, python-3, python-3-6, python-library, python-script, python2, python27, python3, python36, webhook, webhook-api, webhook-url, webhooks, webhooks-api, webhooks-json
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 13
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Discord Webhook Embed Generator
![Discord Webhook Embed Generator](https://i.imgur.com/vUDRSvW.png)
## Getting Started
### What is required
* [Webhook Embed.py](https://www.dropbox.com/s/oku8rvg75yjsyxh/Webhook%20Embed.py?dl=1)
* Python (Download for [Mac](https://www.python.org/ftp/python/3.6.5/python-3.6.5-macosx10.6.pkg)/[Linux](https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz)/[Windows](https://www.python.org/ftp/python/3.6.5/python-3.6.5-amd64.exe))### Run the file
Use Python Launcher to execute **Webhook Embed.py**. This file is compatible with all versions of Python.
## Creating the Embed
### Step 1 - Essential Information
![Webhook Editing](https://i.imgur.com/1Z71brT.png)
#### Webhook URL
The script will first ask for your webhook URL. This will be provided at the bottom of the webhook editing panel for the webhook.
Make sure that you've also already set your webhook's profile picture and username.#### Title and Description
The script will prompt for a title and description. This is the first two lines of every embed. Enter the corresponding answer.
### Step 2 - Going into Detail
#### Setting a Thumbnail
Setting a thumbnail is optional. This is an image on the top right that is shown from a given URL.
#### Fields
You can have up to 25 fields per embed, each with a custom name and content. Fields are also optional.
#### Embed Color
You will be prompted to enter a 6 digit hex key for the color of the embed. This is the left stripe of color.
### Step 3 - Enjoy!
If everything worked as planned, the bot will send a preview of the data being sent, and then the webhook will send the embed into the channel provided by the webhook creator.