Simple parser through Fobook.ru. It checks all books on this site and saves their info in the EXCEL file (output.xlsx). Use the parser's files as you want.
- Install Python libraries:
- Beautiful Soup
$ pip install beautifulsoup4
- openpyxl
$ pip install openpyxl
- lxml
$ pip install lxml
- Update the proxies.txt file.
Python 3.7.5 and above.