Skip to content

nteshxx/simple_web_scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

A simple Python script for scraping IMDB web page data.

Libraries used

  • BeautifulSoup — It is a library that makes it easy to scrape information from web pages. It sits atop an HTML or XML parser, providing Pythonic idioms for iterating, searching, and modifying the parse tree.
  • urllib.request — Extensible library for opening URLs.

YouTube: https://youtu.be/GlejVejHgIw

Releases

No releases published

Packages

No packages published

Languages