📜  Python IMDbPY - 获得最差的 100 部电影

📅  最后修改于: 2022-05-13 01:54:37.355000             🧑  作者: Mango

Python IMDbPY - 获得最差的 100 部电影

在本文中,我们将了解如何检索 IMDb 数据库中后 100 部电影的信息,IMDb 为所有电影设置评分。

为了通过 IMDb 获得后 100 部电影,我们将使用get_bottom100_movies方法。

下面是实现

# importing the module
import imdb
   
# creating instance of IMDb
ia = imdb.IMDb()
   
# getting top 250 movies
search = ia.get_bottom100_movies()
  
# printing only last 10 movies title
for i in range(90, 100):
    print(search[i]['title'])

输出 :

Swept Away
The Adventures of Pluto Nash
Ballistic: Ecks vs. Sever
Beverly Hills Chihuahua
Holmes & Watson
Exorcist II: The Heretic
The Cat in the Hat
The Hungover Games
Street Fighter
Escape Plan 2: Hades