Skip to main content

A Python client of unofficial Resilio Sync API

Project description

A Python client of unofficial Resilio Sync API.

Usage


$ from rslsync import RslClient
$ c = RslClient("http://localhost:8888/", "user", "pass")
$ c.folder.list_shared_folders()  # list all shared folders
$ c.file.list_shared_files()  # list all shared files
$ share_id = c.file.share_file(path, days)   # share a single file
$ c.file.create_link(share_id)   # create a share link
$ c.file.unshare_file(share_id)   # unshare a file

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

rslsync-0.1.2.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

rslsync-0.1.2-py3-none-any.whl (6.0 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