Class integrate with google sheets for RPA
Project description
BotSheets
Pacote para integração de RPA com planilhas privadas do google sheets
Instalação:
pip install botsheets
Exemplo de uso:
from botsheets import Gsheets
url_sheet = 'https://docs.google.com/spreadsheets/d/<sheetid>/...'
gsh = Gsheets()
# Na variavel ambiente solicitada no terminal informe o caminho do arquivo json com as credenciais de acesso obtida no google console
gsh.login()
gsh.acess_spreadsheet(url_sheet)
gsh.set_sheet_name('Página1')
print(gsh.get_all_records())
gsh.set_sheet_name('Página2')
print(gsh.get_all_records())
gsh.clear_sheet()
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
botsheets-0.1.1.tar.gz
(3.9 kB
view details)
File details
Details for the file botsheets-0.1.1.tar.gz.
File metadata
- Download URL: botsheets-0.1.1.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
411751137ede87ca5a12fee02700ea2873bb75bcc974f5f44fef85306089d804
|
|
| MD5 |
489dc1d87cfb9b35f9e0946c37b63342
|
|
| BLAKE2b-256 |
d88c2c87881b1e84b6f1783873eec704f551c15176329a636a6dce0b4969c2b6
|