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