I've searched all around the web on how to download torrent files via python. The only thing I've managed to find was libtorrent, the problem with it, is that there is no clear documentation.
My initial goal is at least to connect the stream while it's downloading, to a cv2 window, to stream it.
I've managed to do it with youtube, and to transfer the mp4 file to the window, and to stream it (using Pyfy), is there a way to do it with python?
or I'm going too far, and it's possible to download the torrent content using requests or something?