Metadata-Version: 2.0
Name: ezflix
Version: 0.0.2.2
Summary: Command line utility to search for TV shows and movie torrents and stream using Peerflix automatically.
Home-page: https://github.com/AnthonyBloomer/ezflix
Author: Anthony Bloomer
Author-email: ant0@protonmail.ch
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: beautifulsoup4
Requires-Dist: requests

# ezflix

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

### Install 

```
pip install ezflix
```

This program requires [Peerflix](https://github.com/mafintosh/peerflix). You can install Peerflix via NPM.

```
npm install -g peerflix
```

### Usage

Run ```ezflix [tv/movie] [query]``` then from the list, select the torrent you want to stream. 

### Examples

```bash
ezflix tv "The Man in the High Castle"
```

You can also pass an optional argument "latest" to watch the latest episode of a given TV series. For example:

```bash
ezflix tv "South Park" latest
```

To search for movies, pass the "movie" argument. For example:

```bash
ezflix movie "Mad Max"
```


