Skip to main content

A python API to find streaming sources of any movie or television show

Project description

stream-finder

A python API to locate streaming sources for all movies and television shows

How to install ?

Open the terminal and type in the command

pip install stream-finder

How to use ?

To find the streaming source of movies call find_movie

Movies

import streamfinder

sources = streamfinder.find_movie(title)

find_movie(title) will return a list of streaming sources of the movie title passed as argument

If there are no streaming sources available then the function will return False

Television shows

import streamfinder

sources = streamfinder.find_tvseries(title)

find_tvseries(title) will return a list of streaming sources of the television show title passed as argument

If there are no streaming sources available then the function will return False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stream-finder-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distributions

stream_finder-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

stream_finder-0.0.1-py2.py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page