Skip to content

mish24/Scraping-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scraping-from-scratch

Trying to make my own web-scraper from the scratch just using urllib. There are three python files - for housekeeping, for finding the links and for crawling them. This uses the concept of multithreading so that many spiders crawl a single queue (of links) and move them to other folder of scraped links. PS: The files are converted to sets for making the scraping process fast.

About

Trying to make my own web-scraper from the scratch just using urllib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages