Skip to main content

Command line utility to search for TV shows and movie torrents and stream using Peerflix automatically.

Project description

Command line utility that allows you to search for TV and movie torrents and stream using Peerflix automatically.

Install

pip install ezflix

This program requires Peerflix. You can install Peerflix via NPM.

npm install -g peerflix

Usage

usage: __main__.py [-h] [--limit [LIMIT]] [--media_player [MEDIA_PLAYER]]
                   [--latest]
                   [{movie,tv,music}] query

positional arguments:
  {movie,tv,music}      The media type
  query                 The search query.

optional arguments:
  -h, --help            show this help message and exit
  --limit [LIMIT]       The number of results to return
  --media_player [MEDIA_PLAYER]
                        The media player.
  --latest              Play the latest TV episode.

Examples

ezflix "The Man in the High Castle"

Pass ‘–latest’ to watch the latest episode of a given TV series.

ezflix "South Park" --latest

To search for movies, pass the ‘movie’ argument.

ezflix movie "Mad Max"

Run development version

git clone https://github.com/AnthonyBloomer/ezflix.git && cd ezflix
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python setup.py install

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

ezflix-0.0.9.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

ezflix-0.0.9-py2-none-any.whl (7.7 kB view hashes)

Uploaded Python 2

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