Python Forum

Full Version: Django webascraping
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I know webscraping in python using BeautifulSoup, but now i wish to create same webscraper in Django? Like after scraping data , display results on HTML page and button to save data in CSV, is there any such kind of example done? if someone knows the correct procedure that how to do it?
Is there any example in beautiful soup??

Thank you so much for your response.