Use Google Drive via Discord!
Project description
Usage:
- Install the library:
pip install discord-drive
- Follow the official Google Drive Developer quick-start instructions to generate your credentials file.
- Save the credentials file as
credentials.json
in the running directory of your Discord bot. - Open Google Drive, go to the directory that you want to root the bot to, and get the link.
- It should be of format:
https://drive.google.com/drive/folders/folder_id
- It should be of format:
- Create a Discord bot using Pycord, and add the DiscordDrive command suite to it with the following code:
from discord_drive import DriveAPICommands bot.add_cog(DriveAPICommands(bot, "<link from step 5>"))
- Run the bot, and use
/authenticate
to ensure that DiscordDrive is authorized to access your Google Account.
Commands:
/authenticate
: Regenerates the token needed to enable the API. If re-authentication is needed, the bot will DM the caller a link and wait for the authentication code given to the caller by Google
/cd <directory>
: Navigates the caller down into a child directory of their current directory. Autocomplete is provided for hints.
/download <file> <timeout (optional)> <public (optional)>
: Gives the user the file (or a link) to download the file specified. Files have autocomplete. Timeout defaults to 60 seconds, where the file will then no longer be allowed to be downloaded. Public defaults to False, where no other users can see the file.
/ls
: Shows the caller the contents of their current directory.
/pwd
: Shows the caller the file path of their current directory.
/share <file> <user> <timeout (optional)>
: Sends a specified server member a dm with a file from the caller's current directory. Files and users have autocomplete. Timeout defaults to 60 seconds, where the file will then no longer be allowed to be downloaded.
/upload <attachment>
: Uploads a file or zip file to the caller's current directory. Zip files must contain just the files, and no folders, as they will not be read.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file discord_drive-0.0.11.tar.gz
.
File metadata
- Download URL: discord_drive-0.0.11.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1125b8f467ff8a16738483a149798ab7ca3241a9ad4c3d4322f3265b06c48b81 |
|
MD5 | 5c07ff61fd00f85a2672aa0351cff505 |
|
BLAKE2b-256 | 433076461e657197dbf8b05a39cf516a690f59ff8c82fa36475d42dddf0661c9 |
File details
Details for the file discord_drive-0.0.11-py3-none-any.whl
.
File metadata
- Download URL: discord_drive-0.0.11-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 16662f197681e0e4cbfd2b1aa42448ec0c9ed745fab3c8defa78fde3a0bd21ee |
|
MD5 | 877b5dc473d886b600fd24c4c550b824 |
|
BLAKE2b-256 | b76cf70b1dbaafbd8d4e70e64df800bf1363ba9420be1da8d99fdb26840ff6a4 |