/example-parser

Simple parser through fobook.ru.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

example-parser

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.

Installing

  1. Install Python libraries:
  • Beautiful Soup $ pip install beautifulsoup4
  • openpyxl $ pip install openpyxl
  • lxml $ pip install lxml
  1. Update the proxies.txt file.

Requirements

Python 3.7.5 and above.