Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pixelomer/discord-fs
Discord as a filesystem
https://github.com/pixelomer/discord-fs
discord filesystem ftp ftp-server storage
Last synced: 3 months ago
JSON representation
Discord as a filesystem
- Host: GitHub
- URL: https://github.com/pixelomer/discord-fs
- Owner: pixelomer
- Created: 2022-02-27T17:37:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T16:58:32.000Z (over 1 year ago)
- Last Synced: 2024-06-12T15:54:38.565Z (5 months ago)
- Topics: discord, filesystem, ftp, ftp-server, storage
- Language: TypeScript
- Homepage:
- Size: 4.88 KB
- Stars: 385
- Watchers: 6
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# discord-fs
A simple AnyFS data provider for storing files on Discord.
## Usage
```bash
BOT_TOKEN="bot-token-here" FS_CHANNEL_ID="channel-id-here" npm start
```This command will initialize a new filesystem in the specified channel using the specified bot. It will then start an FTP server on port 2121 which you can use to upload and download files.
## Warning
This project is purely a proof of concept and should not be used for serious applications. Uploading and downloading files with discord-fs is a very slow process and a portion of the filesystem or the entirety of it could become corrupted if a data transfer is interrupted.