Pimeyes-scraper
Pimeyes-scraper copied to clipboard
Automated Selenium-based scraper for PimEyes, enabling reverse face search for Open-Source Intelligence (OSINT) applications. Streamlined data extraction for enhanced investigative capabilities.
Pimeyes.com Scraper
Overview
This tool is a Selenium-based automation script designed to automate the process of uploading a face image to pimeyes.com for reverse face searching. It uploads the image, initiates the search, and then retrieves and outputs the URL of the search results page along with the number of results found.
Requirements
Before you begin, ensure you have met the following requirements:
- Python 3.11 or higher installed on your machine.
- You have Latest Version of Google Chrome installed.
Installation & Use
- Clone this repo:
https://github.com/Nix4444/Pimeyes-scraper - Install the requirements:
pip install -r requirements.txt - Add the image to be searched in your working directory.
- Start the bot:
python main.py - Enter the name of the image, and results will be returned.
- You will be limited to 10 searches per IP, so it's better to use proxy or a VPN will work too.
- To use proxies, set
use_proxyinmain.py(Line 8) toTrueadd them toproxies.txtin the format: USERNAME:PASS@IP:PORT - Based on type of proxy, modify the
line 13and change the function tofetchsocks5() or fetchhttps() or fetchhttp()