Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 386 Bytes

File metadata and controls

8 lines (7 loc) · 386 Bytes

ScrapGen

ScrapGen is a "Web-Scraping scripts generator"; an interactive tool, making it easier for developers to scrape different websites.

Key Functions:

  • Scrape the website URL entered by the user.
  • Create the DOM Tree for the retrieved HTML.
  • Display the components of the tree as buttons for the user to click on.
  • Generate Python script for the element clicked by the user.