Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/makersmecca/discordfilestore

Batch store your files to Discord
https://github.com/makersmecca/discordfilestore

discord discord-bot storage storage-service

Last synced: 4 days ago
JSON representation

Batch store your files to Discord

Awesome Lists containing this project

README

        

# Discord File Storage

## Prerequisites:

- Create a text channel in discord
- Navigate to Edit Channel > Integrations > Webhooks > New Webhook
- Click on the newly created Webhook > Copy Webhook URL

To run this project locally, follow these steps:


  1. Clone this repository


  2. ```bash
    git clone https://github.com/makersmecca/DiscordFileStore
    ```
  3. Navigate to the project folder
  4. ```bash
    cd DiscordFileStore
    ```

  5. Install Dependencies
  6. ```bash
    npm install
    ```

  7. Start Dev Server
  8. ```bash
    npm run dev
    ```

  9. Open on browser

  10. Go to "http://localhost:5173"

### You should be able to see the tool up and running on your browser.

### Paste Webhook URL and you're all set!