From e199c7b87183864bbbfaf1d3c4be99e9fad62d78 Mon Sep 17 00:00:00 2001 From: Linus Biser <52975262+craeckor@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:38:42 +0100 Subject: [PATCH] add description --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0561ce..5621e73 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -# user-agent-scraper -A PowerShell-Script which is able to scrape User-Agents from whatismybrowser.com +# User-Agent Scraper + +Want to get some User-Agents for bypasses or AI-training? Noo problem, i got the solution for you! + +This script is able to scrape any (Free available) Device-User-Agent on [explore.whatismybrowser.com](https://explore.whatismybrowser.com/). This script is able to get a few Million Device-User-Agents from [explore.whatismybrowser.com](https://explore.whatismybrowser.com/). + +## Setup + +1. Download the release +2. Extract ```tor-ip-changer.zip``` +3. Open the created ```tor-ip-changer``` folder. +4. Open ```ipchanger.exe``` +5. Start the ```TOR server``` +6. Start the ```IP changer``` +7. Start the ```user-agent-scraper.ps1``` script in powershell or with powershell +8. Done + +## Information + +Scrape everything will take a looong time, since PowerShell isn't the best at parsing and format data. + +## Shout out + +to [seevik2580](https://github.com/seevik2580) for the [tor-ip-changer](https://github.com/seevik2580/tor-ip-changer). \ No newline at end of file