Initial commit

This commit is contained in:
√(noham)²
2024-09-15 13:53:03 +02:00
commit b2b73f6c13
8 changed files with 247 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
# JustJustWatch
This project pulls data from [JustWatch](https://www.justwatch.com/) and shows details about movies and series.
## Installation
```bash
pip install -r requirements.txt
```
## Usage
```bash
python info.py
```
## Example Usage
### 1. Series Example: Mad Dogs
URL: https://www.justwatch.com/fr/serie/mad-dogs
![readme/result.png](readme/result.png)
### 2. Movie Example: Dune (2020)
URL: https://www.justwatch.com/fr/film/dune-2020
![readme/result2.png](readme/result2.png)