Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/officialpiyush/discord-drive
- Owner: officialpiyush
- License: gpl-3.0
- Created: 2023-01-17T10:10:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T06:02:19.000Z (about 1 year ago)
- Last Synced: 2023-12-18T07:24:11.238Z (about 1 year ago)
- Topics: concurrent, discord, fast, rust, storage, unlimited
- Language: Rust
- Homepage: https://blog.pycz.dev/devjournal-discorddrive-proof-of-concept-store-data-on-discord
- Size: 175 KB
- Stars: 14
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.