https://github.com/kauahensilva/python_download_file_drive
The python_download_file_drive package is a tool designed to simplify the download of files stored on Google Drive using Python. It abstracts the complexity of directly interacting with the Google Drive API, providing a simple and intuitive interface to download specific files.
https://github.com/kauahensilva/python_download_file_drive
downloader google-drive
Last synced: 3 months ago
JSON representation
The python_download_file_drive package is a tool designed to simplify the download of files stored on Google Drive using Python. It abstracts the complexity of directly interacting with the Google Drive API, providing a simple and intuitive interface to download specific files.
- Host: GitHub
- URL: https://github.com/kauahensilva/python_download_file_drive
- Owner: KauaHenSilva
- Created: 2025-02-01T18:53:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-12T18:49:16.000Z (4 months ago)
- Last Synced: 2025-03-12T19:35:26.206Z (4 months ago)
- Topics: downloader, google-drive
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Drive Downloader (Python)
Um script simples para baixar arquivos ou pastas do Google Drive via linha de comando utilizando a biblioteca `gdown`.
---
## 📦 Funcionalidades
- Baixar arquivos individuais do Google Drive
- Baixar pastas inteiras do Google Drive
- Suporte para autenticação no Google Colab## ⚙️ Requisitos
- Python 3.x
- Biblioteca `gdown`
- Acesso ao Google Colab (opcional)## 🛠️ Instalação
Clone o repositório e instale as dependências:
```bash
git clone https://github.com/KauaHenSilva/python_download_file_drive
cd python_download_file_drive
pip install -r requirements.txt
```## 🚀 Como Usar
Para baixar um arquivo ou pasta do Google Drive, execute o script `main.py` com os parâmetros necessários:
```bash
python main.py
```