8000 GitHub - Yusamika/bigFileUpload: A Vencord plugin that allows you to bypass Discord's upload limit by uploading files to external sites.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Vencord plugin that allows you to bypass Discord's upload limit by uploading files to external sites.

Notifications You must be signed in to change notification settings

Yusamika/bigFileUpload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

UPDATE: Fixed headers bug, added support for sub-domains, and general better RFC 2396 compliance.
More custom file uploaders should be supported now.

Tip

If you run into any issues, please let me know on Discord

Big File Upload (Vencord)

This is a Vencord plugin that allows you to bypass Discord's upload limit. It adds the Upload a Big File button (located under the regular upload button) and /fileupload command. This allows you to upload files to Discord by uploading them to uploaders such as gofile.io, catbox.moe, litterbox, or a custom uploader of your choice that allows you to import ShareX config files, and then automatically pasting the link containing the upload into your Discord chatbox. This is essentially a quick way to upload big files to Discord without nitro.

DOWNLOAD INSTRUCTIONS

You can either git clone the repository OR manually install it by downloading it as a zip file.

Warning

Make sure you have the Vencord developer build installed.

Important

Inside the Vencord folder should be a folder called src. If you haven't already, create a folder called userplugins inside the src folder.

GIT CLONE INSTALLATION

The full cloning installation guide can be found here or via the official Vencord Docs.

  1. Direct your terminal (command prompt/CMD) to the userplugins folder, e.g. cd src/userplugins.
  2. Open the terminal and paste git clone https://github.com/ScattrdBlade/bigFileUpload
  3. Ensure it's structured as src/userplugins/bigFileUpload or src/userplugins/bigFileUpload-main
  4. Run pnpm build in the terminal (command prompt/CMD) and the plugin should be added.

MANUAL INSTALLATION

  1. Click the green <> Code button at the top right of the repository and select Download ZIP
  2. Unzip the downloaded ZIP file into the userplugins folder.
  3. Ensure it's structured as src/userplugins/bigFileUpload or src/userplugins/bigFileUpload-main
  4. Run pnpm build in the terminal (command prompt/CMD) and the plugin should be added.

About

A Vencord plugin that allows you to bypass Discord's upload limit by uploading files to external sites.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%
0