I've been moseying around a project idea and to make it happen I want to download some files via bittorrent. And since python is my loc I want to do it in python. I have been thinking and looking around for the best way to do this, and have found a couple ideas. Been looking at libtorrent and the python wrapper for it, but I think I might just use the C library instead(If I go that route). I've looked on github for torrent clients in python and haven't found a good one. So I've got my ideas, but I still can't find one I like, maybe you guys could help me out? I need it to be extremely customizable, not just like pass an external program a link and it downloads it for me.
So, what do you guys think about torrenting in python? Whats the easiest/best way?