All Projects → nigel → DiscordStorage

nigel / DiscordStorage

Licence: MIT License
Use Discord servers to store files

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to DiscordStorage

discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (-56.25%)
Mutual labels:  discord-bot, discord-api, discordpy
mass-dm-discord
A MassDM selfbot which is working in 2021. Only for educational purposes 🥱🚀
Stars: ✭ 87 (+35.94%)
Mutual labels:  discord-bot, discord-api, discordpy
Discord-Selfbot
Discord.js selfbot
Stars: ✭ 24 (-62.5%)
Mutual labels:  discord-bot, discord-api
discord-api-types
Up to date Discord API Typings, versioned by the API version
Stars: ✭ 270 (+321.88%)
Mutual labels:  discord-bot, discord-api
windows-bot-template
A D++ Discord Bot template for Visual Studio 2019 (Windows x64 and x86) - Ready to go, just add your code!
Stars: ✭ 15 (-76.56%)
Mutual labels:  discord-bot, discord-api
Ellie
A bot for the Discord chat platform written in Rust with the Serenity library.
Stars: ✭ 14 (-78.12%)
Mutual labels:  discord-bot, discord-api
SataniaBot
The most devilish bot for Discord!
Stars: ✭ 20 (-68.75%)
Mutual labels:  discord-bot, discord-api
Chintu-Bot
ChintuBot is a multipurpose discord bot.
Stars: ✭ 17 (-73.44%)
Mutual labels:  discord-bot, discordpy
Commando
[DEPRECATED] ⚫ Commando Discord bot built on discord.js-commando.
Stars: ✭ 78 (+21.88%)
Mutual labels:  discord-bot, discord-api
Discord-Bot-TypeScript-Template
Discord bot - A discord.js bot template written with TypeScript.
Stars: ✭ 86 (+34.38%)
Mutual labels:  discord-bot, discord-api
Axley
A simple multi-purpose Discord bot being made using Discord.py API wrapper..
Stars: ✭ 16 (-75%)
Mutual labels:  discord-bot, discord-api
Harmonbot
Multi-Platform Factotum Bot
Stars: ✭ 30 (-53.12%)
Mutual labels:  discord-bot, discordpy
hikari-lightbulb
The official unofficial command handler for the Python discord API wrapper library, Hikari.
Stars: ✭ 152 (+137.5%)
Mutual labels:  discord-bot, discord-api
Ren
As a mascot for the SFU Anime Club, Ren is our in-house Discord bot. Includes first/third party modules that are in use.
Stars: ✭ 16 (-75%)
Mutual labels:  discord-bot, discordpy
delet
[DEPRECATED - see README.md] a Discord bot made using Discord.js
Stars: ✭ 46 (-28.12%)
Mutual labels:  discord-bot, discord-api
Discord-multipurpose-bot
A repository with JavaScript and Python versions of the same type of discord commands.
Stars: ✭ 27 (-57.81%)
Mutual labels:  discord-bot, discordpy
miso-bot
Discord bot with too many features
Stars: ✭ 41 (-35.94%)
Mutual labels:  discord-bot, discord-api
nyxx
Wrapper around Discord API for Dart
Stars: ✭ 217 (+239.06%)
Mutual labels:  discord-bot, discord-api
auto
A code scanner Discord bot.
Stars: ✭ 15 (-76.56%)
Mutual labels:  discord-bot, discord-api
Discord-Reposter
Bot for reposting Discord messages (work in progress)
Stars: ✭ 62 (-3.12%)
Mutual labels:  discord-bot, discord-api

Discord Storage

Utilize Discord servers as cloud storage! [This only works on python 3-3.6.x]

Tutorial

Setting up the bot/server

1) Creating the bot

In order for this program to work, you're going to need to create a discord bot so we can connect to the discord API. Go to this link to create a bot. Make sure to create a user bot and ensure the bot is private. Here's a picture to the configuration. Keep note of the token and the client ID.

2) Setting up the server

The bot will need a place to upload files. Create a new discord server, make sure no one else is on it unless you want them to access your files.

3) Adding your bot to the server

To add the bot to the server (assuming your bot isn't public), go to the following link: https://discordapp.com/oauth2/authorize?client_id={CLIENT_ID}&scope=bot&permissions=0 Replace {CLIENT_ID} with the client ID you copied earlier. Then, select the server you just made and authorize. Your server should now show your bot like this.

Setting up the program

1) Dependecies

Clone the repository and run pip install -r requirements.txt to install the dependencies for the program.

2) Configuration

Run python ds.py to begin configuration of the bot. When prompted, copy and paste your token from when you created your bot. For the channel ID, copy the channel ID with right click on the channel (developer mode must be enabled under appearance on Discord settings to have the option for Copy ID). Your configuration should look like this

You can delete config.discord to reconfigure the program.

Commands

Usage: python ds.py [flag] {args}

-upload /full_path/file.exe The -upload or -u flag and the full file path uploads a file.

-download {FILE_CODE} The -download or -d flag and the file code will download a file from the discord server. Refer to the -list command to see uploaded file codes.

-list The -list or -l flag will list all the file names/codes/sizes uploaded to the discord server.

-help The -help or -h flag will display the help message (these commands listed here).

Disclaimer

You shouldn't be using this as your main source of file storage. Program was inspired by snapchat-fs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].