I'd like to make a kind of homemade algorithm, which from a list of all the movies I have, will return accurate suggestions of movies I haven't seen and I could like. But for that I need to know if IMDBpy can return the "suggestions" part. Indeed, when you search for a movie on the web site, you are given a list of movies matching the kind a movie you searched for.
But I can't find an answer on the doc of IMDBpy. Is there a way to get the suggestions with it ?
Link!
There's a line in here:
Maybe this can lead you in the right direction.
Since get_movie_recommendations doesn't really work as you wish (e.g. it doesn't return anything for 12 Years a Slave), you could scrape the recommendations with BeautifulSoup.
This prints:
After that you can search for those movies with IMDBpy...
... which outputs: