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
- Host: GitHub
- URL: https://github.com/codewithjaspreet/clootrack_assignment
- Owner: codewithjaspreet
- Created: 2023-12-04T13:35:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T08:47:48.000Z (over 2 years ago)
- Last Synced: 2025-03-30T17:40:35.194Z (about 1 year ago)
- Topics: proxy-rotation, requests, selenium-webdriver
- Language: Python
- Homepage:
- Size: 55.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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