Skip to main content

Publicador de archivos en diferentes plataformas

Project description

Publicador

File publisher to several cloud platforms Pypi Package link

Support

  • Googledrive
  • Dropbox

Deps

In order to use you need to:

Install

pip install publicador

Usage

Publish input.docx on Googledrive and Dropbox

from publicador import Publicador
from publicador import GoogleDrive
from publicador import DropboxApi

credentials = 'path/to/credentials.json'
drivepath = '/example-dir'

context = Publicador('./input.docx', GoogleDrive(credentials, drivepath))
context.publicar()

# token = 'app_token_from_dropbox'
# dropxboxpath= '/example-dir'
# context.strategy = DropboxApi(token, dropboxpath)
# context.publicar()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

publicador-0.0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

publicador-0.0.2-py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page