Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ishibi/discord-drive
A CLI tool to use Discord as a cloud storage
https://github.com/ishibi/discord-drive
cli cloud-storage discord nodejs oclif typescript
Last synced: 25 days ago
JSON representation
A CLI tool to use Discord as a cloud storage
- Host: GitHub
- URL: https://github.com/ishibi/discord-drive
- Owner: iShibi
- License: apache-2.0
- Created: 2022-05-26T05:18:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T15:01:25.000Z (almost 2 years ago)
- Last Synced: 2024-12-15T03:36:42.259Z (25 days ago)
- Topics: cli, cloud-storage, discord, nodejs, oclif, typescript
- Language: TypeScript
- Homepage:
- Size: 1.32 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# discord-drive
A CLI tool to use Discord as a cloud storage
## Installation
```bash
npm i discord-drive -g
```## Configuration
The cli needs a discord bot token to access the Discord API and a channel id to send messages in. Run the following commands to add them:
```bash
ddrive config -t -c
```The `token` and `channel_id` will be stored as plaintext in a `ddrive_config.json` file inside the home directory i.e. `os.homedir()` for later use.
## Preview
```
PS D:\> ddrive
A CLI tool to use Discord as a cloud storageVERSION
discord-drive/0.2.0 win32-x64 node-v16.15.0USAGE
$ ddrive [COMMAND]TOPICS
plugins List installed plugins.COMMANDS
config Set information required by ddrive
help Display help for ddrive.
plugins List installed plugins.
say Send a text in chat
upload Upload a file
```