Before doing any contribution read CONTRIBUTING.
Email: amng835@gmail.com
General Discord: https://discord.gg/dFD5HHa
Developer Discord: https://discord.gg/rxNNHYN9EQ
pip install popcorn-time
from popcorntime import PopcornTime
popAPI = PopcornTime()
- 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)
-
- level : int, required
- Set the logging level
- Accepted values:
- 0: DEBUG
- 1: INFO
- 2: WARNING
- 3: ERROR
- 4: CRITICAL
- 5: NOTSET
- level : int, required
-
- url : str, required
- Set the base url for the API
- url : str, required
-
- url : str, required
- Set the base url for the API
- url : str, required
-
- value : int, required
- Minimum number of seeds to select torrent
- value : int, required
-
- Returns the server status in json format
-
- Returns the show stats in json format
-
- page : (int, str), required
- Returns the shows page in json format
-
- Returns the movies stats in json format
-
- page : (int, str), required
- Returns the movies page in json format
-
- show_id : (int, str), required
- IMDB ID of the show
- Returns the show data in json format
- show_id : (int, str), required
-
- movie_id : (int, str), required
- IMDB ID of the movie
- Returns the movie data in json format
- movie_id : (int, str), required
-
- Returns the show in json format
-
- Returns the movie in json format
-
- torrents : dict, required
- The dictionary of torrents provided by the API (get_show or get_movie)
- min_quality : int, optional
- Minimum quality to select torrent (Default: '1080')
- revert_to_default : bool, optional
- Revert to default item if no torrents are found (Default: False)
- Returns the best torrent is json format
- torrents : dict, required
-
- torrents : dict, required
- The dictionary of torrents provided by the API (get_show or get_movie)
- Returns all the torrents without cam in json format
- torrents : dict, required
This SDK is not meant to be used for illegal purposes, use it at your own risk and check your local regulations first.