Skip to content

scanner/btsync-api-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is a simple python wrapper around the BTSync API.

Required

How to use

Edit the config.json for your enviroment.

Set some enviroment variables.

PREFIX=$(cd $(dirname README.md); pwd)
export PYTHONPATH=$PREFIX/lib
export PATH=$PREFIX/bin:$PATH

Use and enjoy as follows!

from btsync import BTSync

b = BTSync()
print b.get_os()
print b.get_version()

About

Simple python wrapper around the BTSync API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%