rtorrent's session info in Python
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.
精彩评论