Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/officialpiyush/discord-drive

store virtually unlimited, large files on discord by splitting them into small chunks
https://github.com/officialpiyush/discord-drive

concurrent discord fast rust storage unlimited

Last synced: 9 days ago
JSON representation

store virtually unlimited, large files on discord by splitting them into small chunks

Awesome Lists containing this project

README

        

# Discord Drive
This repo hold an MVP implementation of an concept to store data on discord by dividing them into chunks of 7MB each, which are then uploaded to discord using webhooks (because bots have higher ratelimits).
The attachment URLs of the chunks are then stored into firestore DB, which would be used to retrieve the chunks and merge them in order to get the file.