Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 415 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 415 Bytes

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.