Skip to content

nixonsd/example-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.