All Projects → leovoel → Embed Visualizer

leovoel / Embed Visualizer

Licence: mit
discord embed visualization tool

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Embed Visualizer

Exploit Discord Cache System Poc
Exploit Discord's cache system to remote upload payloads on Discord users machines
Stars: ✭ 51 (-83.33%)
Mutual labels:  discord, embed
Dhooks
A simple python Discord webhook API wrapper
Stars: ✭ 136 (-55.56%)
Mutual labels:  discord, embed
Titan
Create Discord server widgets for websites of all sizes! A simple to setup process for end-users. Server members may view or send messages into an embedded Discord channel.
Stars: ✭ 221 (-27.78%)
Mutual labels:  discord, embed
Travis Ci Discord Webhook
⛓ Here's your serverless solution for sending build status from Travis CI to Discord as webhooks.
Stars: ✭ 273 (-10.78%)
Mutual labels:  discord
Nostrum
Elixir Discord Library
Stars: ✭ 274 (-10.46%)
Mutual labels:  discord
Multidiff
Binary data diffing for multiple objects or streams of data
Stars: ✭ 282 (-7.84%)
Mutual labels:  visualizer
Xiao
Xiao is a Discord bot coded in JavaScript with discord.js using the Commando command framework. With over 500 commands, she is one of the most feature-rich bots out there. Formerly XiaoBot.
Stars: ✭ 302 (-1.31%)
Mutual labels:  discord
Livebot
An app that allows you to be inside a bot!
Stars: ✭ 271 (-11.44%)
Mutual labels:  discord
Visualjson
JSON pretty-viewer for OS X.
Stars: ✭ 290 (-5.23%)
Mutual labels:  visualizer
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (-8.17%)
Mutual labels:  discord
Pypresence
A complete Discord IPC and Rich Presence wrapper library in Python!
Stars: ✭ 277 (-9.48%)
Mutual labels:  discord
Discord Api Docs
Official Discord API Documentation
Stars: ✭ 3,855 (+1159.8%)
Mutual labels:  discord
Mantarobot
Multipurpose Discord bot made in Java using JDA.
Stars: ✭ 282 (-7.84%)
Mutual labels:  discord
Discord Rs
Rust library for the Discord chat client API
Stars: ✭ 272 (-11.11%)
Mutual labels:  discord
Giveawaybot
🎉 Hold giveaways quickly and easily on your Discord server!
Stars: ✭ 290 (-5.23%)
Mutual labels:  discord
Mon2cam
Workaround for multi-monitor Discord screensharing
Stars: ✭ 268 (-12.42%)
Mutual labels:  discord
Vortex
🌀 Discord Moderation Bot
Stars: ✭ 283 (-7.52%)
Mutual labels:  discord
Disgord
Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
Stars: ✭ 277 (-9.48%)
Mutual labels:  discord
Fortnitepy Bot
A Fortnite HTTP/XMPP bot coded in Python with party capabilities.
Stars: ✭ 279 (-8.82%)
Mutual labels:  discord
Discord Rpc Csharp
C# custom implementation for Discord Rich Presence. Not deprecated and still available!
Stars: ✭ 282 (-7.84%)
Mutual labels:  discord

Embed Visualizer

demo gif

Code snippet generators

The general structure for them looks like this:

export default {
  // for displaying on the <select> dropdown
  name: 'Cool Discord Lib (Cool Programming Language)',

  // for highlight.js
  // see https://highlightjs.readthedocs.io/en/latest/css-classes-reference.html#language-names-and-aliases
  language: 'coolprogramminglanguage',

  // actual generator
  // data is just a javascript object that looks like this:
  // { "content": "message content...", "embed": { ... } }
  generateFrom(data) {
    ...
  },
};

Currently, we don't really take in account "webhook mode" since most libraries don't really support that directly. If in the future most of them end up supporting it, we can start passing that down to the generateFrom function, so that it can emit something else.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].