Skip to content

realslimkarthik/local-python-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

This is a crawler-scraper that gets all the pages in the docs.python.org

The crawler visits all the pages in the site and saves the pages as it visits them. The structure of the site is kept intact. The site's root is mounted at the same location as that of the source file. The location can be changed if required. It can also be put into the localhost so you can view it as a normal site on your browser. Permissions might need to be set or just run the script as the superuser (sudo) on a Unix machine

Also, it fetches all the CSS and JS files from the site

About

A crawler/scraper that gets the docs from python.org and puts it in the required directory so that it can be accessed like a normal website offline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages