Skip to content

varunaditya-plus/DiscordEmbedder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiscordEmbedder

DiscordEmbedder is a site to help discord users send and view videos.

Inspired by discord.nfp.is, DiscordEmbedder was made so users can easily embed their videos
when sending videos to friends.

InstallationFeaturesNotes

❔ Why this exists

For some reason, when sending video urls to friends (unless on youtube), there isnt any way to directly view the video. The user has to open the link themselves. The only way to send a video directly is by uploading the file, but as discord's upload limits have become even worse, I made this app as an alternative. If discord increased their upload limit from 10MB (wtf discord), this app would serve no purpose

↓ Installation

Requirements

Supabase

  1. Go to supabase.com and create an account/login.
  2. Create a (postgres) database with a table named 'discordembeds'
  3. Add the following columns (with types):
  4. id (text) PRIMARY KEY | file (text) | thumbnail (text) | width (int2) | height (int2) | hash (text)
  5. Click the Connect button at the top, and select the 'App Frameworks' tab.
  6. You will see your database's URL and ANON KEY.
  7. After executing the following commands, create a .env file and put in the URL and ANON KEY in the same format as in the .env.example file.

Commands

$ git clone https://github.com/varunaditya-plus/DiscordEmbedder.git
$ pip install -r requirements.txt
$ python app.py

✰ Features

DiscordEmbedder supports:
  • 💯 Free & open-source
  • 🌓 Light/Dark mode
  • 🫧 Clean UIs



∗ Made by Varun
Copyright © 2025 ⁠thevarunaditya

About

A site to help discord users send and view embed videos.

Resources

Stars

Watchers

Forks