Skip to content

tucanae47/Cosmos_streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

cosmos_streaming_torrent

Python stream torrents PB

Requirements

Credits

The hard job is on guys here, thanks to them i was able to write this. :-)

Usage:

  • install dependencies with easy_install, this will work straighforward on most linux machines, in macosx with macports you can install kind of fast libtorrent, but it could be a pain in some environments, as it was for me.
  • turn an ipython console:
    from Cosmos_Streaming import Torrent_Cosmos
    t=Torrent_Cosmos()
    #search for available torrent and select the one you want to stream, is sorted by seeds
    t.searchForCosmos()
    #play with mplayer for the moment
    t.selectItemAndPlay(0)

TODO:

  • become a pro torrent streaming api, like peerflix.
  • organize code.
  • make it a console tool.

About

Python stream torrents PB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages