Skip to content

dhruv8609/Scrapizz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Web_Scraping

Web scraping is about downloading structured data from the web, selecting some of that data, and passing along what you selected to another process. There are plenty of libraries and python tools to implement these automation to data collecting tasks.

I've used Scrapy, Beautiful Soup and urllib3 in this repository.

Refer : Scrapy and Beautiful Soup

This is introductory Scrapy implementation which scrapes the quotes of somme great minds. Courtesy: [http://quotes.toscrape.com]

Searching for the top rated movies?? This could be of some help. Spider returns the stars, writers , title , rating etc. of the top 250 movies listed on IMDB by making use of Item class
Courtesy : [http://www.imdb.com/chart/top]

About

this repo demonstrates the use of scraping tools using python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors