Skip to content

A utility that crawls a site and prints all the URLs starting from the one given as its arguments

License

Notifications You must be signed in to change notification settings

yitzikc/site_mapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General

site_mapper is a utility that crawls a site and prints all the URLs starting from the one given as its arguments. It limits its rate of calls according to the settings suggested in the site's robots.txt.

To run:

python3 site_mapper.py [ -o FILE ] SITE
# Example:
python3 site_mapper.py https://docs.aiohttp.org

Requirements

  • Python 3.7
  • The packages listed in requirements.txt. To install them automatically run:
pip3 -r requirements.txt

About

A utility that crawls a site and prints all the URLs starting from the one given as its arguments

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages