This program is written for demonstration purposes only , us it at your own risk !
This is as sample of a web scrapper written in python.As an example is uses Herold to create a excel file with content from different pages(27 pages). It uses the BeautifulSoup library to parse the html from the webpage, and xlsxwriter to create the XLSX(Excel) file.
$ pip install beautifulsoup4
$ pip install XlsxWriter