Skip to content

Script for parsing the filmography of an actor from the IMDB website.

Notifications You must be signed in to change notification settings

slashclash/imdb_parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Скрипт парсит фильмографию актера по его IMDB ID с сайта www.imdb.com/ и сохраняет в json и xlsx файлы. Для парсинга используется библиотека Beautiful Soup, для запросов - Requests, для работы с json и xlsx - json и openpyxl.

The script can scrape the actor's filmography by actor's ID from the www.imdb.com/ and save it in json and xlsx formats. The script scrapes the title, year of release and the link of each movie in all categories.

Main libraries:

  • Beautiful Soup for parsing.
  • Requests for HTTP requests.
  • openpyxl for xlsx files.
  • json for json files.

About

Script for parsing the filmography of an actor from the IMDB website.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages