Thanks to visit codestin.com
Credit goes to github.com

Skip to content

monsmain/User-Agents-Checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

User Agents Checker

Description:

A simple and practical tool for detecting valid User-Agents and filtering out broken or inactive ones.Perfect for developers, scripters, and crawlers who need to quickly test the status of User-Agents.At a glance, see which User-Agents are usable and which ones are not.

فارسی persian | English English

Future Updates:

New Features Status
Adding Instagram User Agents ⏳ In Progress
Adding PayPal User Agents ⏳ In Progress

📥Download Termux for Android:

Source Download Links
GitHub 🐈‍⬛ Get it Now
Google Play Get it Now

It is recommended to install from GitHub.

Supported on: (Tested)

  • Linux
  • Termux

Let’s give it a try :trollface:

Step 1: Install Updates

apt update -y && apt upgrade -y

Step 2: Install Prerequisites

pkg install golang -y &&  pkg install git -y

Step 3: Clone the File to Your Device

git clone https://github.com/monsmain/User-Agents-Checker

Step 4: Call It

cd User-Agents-Checker

Final Step: Run It

go run check.go

If you have previously cloned the project, use this command to update the code to use the latest project updates.

git pull

Usage Options:

  • Use default User-Agents option: With this option, you can automatically check all the User-Agents listed in the User-Browser.txt file.
  • Enter your own User-Agents option: With this option, you can manually enter your desired User-Agents directly into the terminal to check them.

Guide

1: Choose one of the two options: "Use default User-Agents" or "Enter your own User-Agents".

2: If you choose option 1, in the next step, select the checking speed in the :Choose speed [medium/fast] section based on (your internet speed and your phone's processing power), and the result will be shown to you in a fraction of a second.

3: If you choose option 2, in the next step, you must type each User-Agent on a separate line and press Enter. To finish entering the information, simply press Enter on an empty line (without typing anything).

3-1: Then, just like with option 1, in the next step, select the checking speed in the :Choose speed [medium/fast] section based on (your internet speed and your phone's processing power), and the result will be shown to you in a fraction of a second.

Donate:

If you find this code useful, you can support me by donating any amount

Contribute

We are always looking to improve the tool! If you have an idea or find a bug, please create a new Issue or submit a Pull Request.