Skip to content

ropoko/link-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

link-tree

Script that iterate over the links found in each page, recursively finding more and more links, and at the end print in format of a tree.

usage

$ python main.py <url> 

example:

  -> https://ropoko.net/
  # | -- https://ropoko.net/projects
  # | -- https://ropoko.net/about
  # | -- https://ropoko.net/tags
  # | -- https://ropoko.net/posts/firstPost

TODO

  • Iterate over children
  • Use recursion
  • Better filtering of links
  • Set a limit number of recursion

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages