bulv1ne / CanIStreamIt

Can I Stream It python api

Home Page:http://www.canistream.it/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CanIStreamIt

Can I Stream It python api.

Install

pip install CanIStreamIt

Functions

Search for movies

from canistreamit import search

search('V For Vendetta')

Check for watching services

from canistreamit import search, streaming, rental, purchase, dvd, xfinity

search_list = search('V For Vendetta')
movie = search_list[0]

streaming(movie['_id'])
rental(movie['_id'])
purchase(movie['_id'])
dvd(movie['_id'])
xfinity(movie['_id'])

About

Can I Stream It python api

http://www.canistream.it/

License:MIT License


Languages

Language:Python 100.0%