Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
/ imdb-crawler Public archive

Web crawler to get data from IMDB in order to create a local movie database.

License

Notifications You must be signed in to change notification settings

landier/imdb-crawler

Repository files navigation

IMDB Crawler

IMDB crawler to get data to create a local movie database.

Retrieves Top 250 and Bottom 100 movie lists and stores data into a MySQL database:

  • Movie: title, IMDB link, release date, IMDB rating, synopsis, directors, actors, characters.

Used libraries:

  • BeautifulSoup 4.1.3
  • MySQL-Connector-Python 1.0.7
  • SQLAlchemy 0.7.9

About

Web crawler to get data from IMDB in order to create a local movie database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages