Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.