Python IMDbPY - 人物信息集
IMDb 数据库包含该人的所有信息,即获得什么奖项、传记等的人,但为了检索它们,会出现问题,因为会有很多网页既费时又费带宽,特别是如果你有兴趣仅在一小部分信息中。
如果我们只想获取特定信息,我们可以通过将可选信息参数传递给get_person
方法来获取它。为了获取 IMDb Person 数据集的信息集,我们将使用get_person_infoset
方法。
Syntax : imdb_object.get_person_infoset()
Argument : It takes no argument.
Return : It return list.
下面是实现
# importing the module
import imdb
# creating instance of IMDb
ia = imdb.IMDb()
# getting the person info set of data base
info = ia.get_person_infoset()
# printing the list
for element in info:
print(element)
输出 :
awards
biography
filmography
genres links
keywords links
main
news
official sites
other works
publicity