Skip to content

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

License

Notifications You must be signed in to change notification settings

suchacomic/Mubi-radarr-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages