I am starting using imdbpy and I am interesting in a way to implement a method with the following specifications:
Inputs:
- numberToRetrieve (number of movies to retrive back)
- movieGenre (the genre of movies by example:'horror')
Output:
- List of movies object
Many thanks in advance!
Joshua