开发者

rtorrent's session info in Python

开发者 https://www.devze.com 2023-03-30 14:50 出处:网络
I\'d like to get some basic info about rtorrent\'s torrents. I assume the only way is to read files from rtorrent\'s session directory.

I'd like to get some basic info about rtorrent's torrents. I assume the only way is to read files from rtorrent's session directory.

How would I do that in Python? Which enc开发者_StackOverflow社区oding should I use?


Rtorrent has an XML-RPC interface which you can use with pythons xmlrpclib.

0

精彩评论

暂无评论...
验证码 换一张
取 消