Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 343 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 343 Bytes

Installation

Install virtualenv (if not installed)

pip3 install virtualenv

Create a virtual environment

python3 -m venv venv

Install Dependencies

To run this project, you need to install the following dependencies:

  1. Selenium:
    pip3 install selenium
    
    
  2. Requests:
    pip3 install requests