Python API for interacting with the Popcorn Time Servers
📝 CONTRIBUTIONS Before doing any contribution read CONTRIBUTING. đź“§ CONTACT Email: [email protected] General Discord: https://discord.gg/dFD5HHa Developer Discord: https://discord.gg/rxNNHYN9EQ 📥 INSTALLING Latest PyPI stable release âš™ HOW TO USE from popcorntime import PopcornTime popAPI = PopcornTime() 🤝 PARAMETERS CLASS PARAMETERS debug : bool, optional Enable for debug mode (Default: False) min_peers : int, optional Minimum number of peers to select torrent (Default: 0) min_seeds : int, optional Minimum number of seeds to select torrent (Default: 0) FUNCTION PARAMETERS FUNCTION set_logging_level level […]
Read more