Skip to content

A python project that helps to scrap website depending of a particular keyword of interest and returns with a file of the scrapped links

Notifications You must be signed in to change notification settings

chemben17/scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

A Python scrapping tool

  • It takes two inputs
    • Your desired website to scrape and the keyword that determines the returned website.
  • It works with a set Data structure to ensure there's no repetition of a link already captured.
  • It keeps track of active sites and only includes active sites
  • After correctly inputting the right data, it returns a file "scrapped.txt" in the particular directory your Python code is. The file contains a list of your scrapped data, which is specifically a link for this project containing your keyword

About

A python project that helps to scrap website depending of a particular keyword of interest and returns with a file of the scrapped links

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages