https://github.com/destan0098/go-agent
you can use this package to make random user agent
https://github.com/destan0098/go-agent
crawler security security-tools user-agent user-agents
Last synced: 9 months ago
JSON representation
you can use this package to make random user agent
- Host: GitHub
- URL: https://github.com/destan0098/go-agent
- Owner: destan0098
- License: mit
- Created: 2024-04-07T06:41:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-28T05:00:37.000Z (10 months ago)
- Last Synced: 2025-08-28T10:43:25.812Z (10 months ago)
- Topics: crawler, security, security-tools, user-agent, user-agents
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This Tool make random user agent to use in your programs for web browsing

## Description
This Package Use For change User agent in web Browsing
This package give for you a random agent
This tool is for training.
- Create Random user Agent
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
## Installation
```
go get -u github.com/destan0098/go-agent
```
## Usage
```
USAGE Example :
package main
import "github.com/destan0098/go-agent"
func main(){
userAgent := go_agent.Useragent(true)
fmt.Println(userAgent)
}
```
---
## Features
This Tool Create random user agent for web browsing