Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 342 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 342 Bytes

Indeed_parser

Parser for Indeed.com. To run the program, you need to install the following libraries:

  1. undetected_chromedriver (pip install undetected_chromedriver)
  2. selenium (pip install selenium)

You also need to download the chromedriver file from https://chromedriver.chromium.org/downloads and write the path to it in your code.