Python Forum
Create a Sitemap with Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Create a Sitemap with Python (/thread-23768.html)



Create a Sitemap with Python - tropican - Jan-16-2020

Hi there, I'm a beginner and I'm starting to coding with python.

Is it possibile to create a Sitemap of an entire web site with Python?
If yes, could you recommend me something?

Thank you!


RE: Create a Sitemap with Python - buran - Jan-16-2020

https://pypi.org/search/?q=sitemap


RE: Create a Sitemap with Python - Larz60+ - Jan-16-2020

You could do it with selenium (this tool so that javaScript is rendered)
To learn how to use, visit:
web scraping part1
web scraping part2


RE: Create a Sitemap with Python - tropican - Jan-16-2020

Thank you everyone! I'm getting to work Big Grin