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
⚙ 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 : int, required
- Set the logging level
 - Accepted values:
- 0: DEBUG
 - 1: INFO
 
 
 
 - level : int, required