Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/makersmecca/discordfilestore
- Owner: makersmecca
- License: mit
- Created: 2024-12-14T09:07:39.000Z (20 days ago)
- Default Branch: master
- Last Pushed: 2024-12-14T14:23:35.000Z (19 days ago)
- Last Synced: 2024-12-14T15:24:09.903Z (19 days ago)
- Topics: discord, discord-bot, storage, storage-service
- Language: JavaScript
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 URLTo run this project locally, follow these steps:
- Clone this repository
```bash
git clone https://github.com/makersmecca/DiscordFileStore
```
- Navigate to the project folder
```bash
cd DiscordFileStore
```
- Install Dependencies
```bash
npm install
```
- Start Dev Server
```bash
npm run dev
```
- Open on browser
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!