Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 11 hours ago
JSON representation

An embed generator in Discord which makes use of the webhooks feature built into the Discord API

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.