An open API service indexing awesome lists of open source software.

https://github.com/codewithjaspreet/clootrack_assignment


https://github.com/codewithjaspreet/clootrack_assignment

proxy-rotation requests selenium-webdriver

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

## 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:**
```bash
pip3 install selenium

2. **Requests:**
```bash
pip3 install requests