Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkitchen/btpy
btpd client module (in python)
https://github.com/vkitchen/btpy
Last synced: 10 days ago
JSON representation
btpd client module (in python)
- Host: GitHub
- URL: https://github.com/vkitchen/btpy
- Owner: vkitchen
- License: apache-2.0
- Created: 2013-06-07T01:39:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-07T01:58:28.000Z (over 11 years ago)
- Last Synced: 2024-10-29T16:59:56.966Z (about 2 months ago)
- Language: Python
- Size: 109 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
The Python BTPD Client Module
README
btpy version 0.1Introduction:
btpy is a python module designed to allow easier development of client software for btpd. btpd is a deamon that allows for sharing and downloading files over the bittorrent protocol.
Usage:
btpd needs to be started before btpy tries to send any commands. The Client object in btpy accepts one argument which specifies a new $BTPD_HOME where all torrent information is stored (default $HOME/.btpd)
Help:
btpy.py includes the majority of usage documentation needed. It is also one of the easier places to find information on the socket protocal however it's not complete.
For further help email or view the btpd project page https://github.com/btpd/btpd