Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.34 KB

Readme.md

File metadata and controls

42 lines (28 loc) · 1.34 KB

Mubi-radarr-list

Scrapes Mubi for movies and produces a StevenLu type list for radarr.

This was inspired by Steven Lu's list (https://github.com/sjlu/popular-movies).

Uses beautifulsoup4 library for scraping and omdbapi library for fetching movie metadata

Radarr

This list uses a structure that is compatible with the StevenLuImport (https://github.com/Radarr/Radarr/wiki/Supported-NetImports#stevenluimport). so you can just plug this list in the url field.

Open Movie Database (OMDb)

Uses the OMDB api, so needs a api key. genrate a key.

Dependencies

or just

pip install requirements.txt

minimum python version 3.8 is required.

Initializing

just paste your OMDB api in main.py

FYI

  • This is my first ever useful (and working) script, so it's sloppy
  • you'll need to host the output file somewhere as the url field for lists in radarr only accepts suprisingly, urls and not local adresses. (gists or pastebins work just fine)