Skip to content

AdithyaViswanathan/webtree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebTree

Project Description

All HTML documents are structured as trees. This project provides code to parse and visualise HTML documents as graphs.
Features of the project are:

  • View any html page (using page source) as a graph (collection of connected nodes).
  • Search graph by html tags, tag attributes, strings etc.
  • Find shortest path between HTML node to any other node in graph, for easier web-scraping.

Usage

pip install webtree
webtree scrape --site=https://www.google.com

About

Contains code for creating Python Package for visualising web-pages in Tree Structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%