Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 553 Bytes

itunes4radarr

python itunes4radarr.py

Pulls the iTunes Top 100 Movies for Apple rss feed. Then pulls the title, hits the OMDb API to get the IMDB ID, last, uses PyRSS2Gen to put it all together in a file called 'topmovies.xml'

The file 'topmovies.xml' is then put up on the web to be utilized by Radarr

Requires

  • sys
  • json
  • datetime
  • PyRSS2Gen
  • requests
  • urllib
  • re