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
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.
or just
pip install requirements.txt
just paste your OMDB api in main.py
- 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)