Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Junker/random-ua
Random User-Agent generator for Common Lisp
https://github.com/Junker/random-ua
common-lisp random-user-agent ua-generator user-agent user-agent-generator
Last synced: 2 months ago
JSON representation
Random User-Agent generator for Common Lisp
- Host: GitHub
- URL: https://github.com/Junker/random-ua
- Owner: Junker
- License: other
- Created: 2023-11-18T08:36:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-18T05:05:53.000Z (11 months ago)
- Last Synced: 2024-05-09T08:20:38.098Z (9 months ago)
- Topics: common-lisp, random-user-agent, ua-generator, user-agent, user-agent-generator
- Language: Common Lisp
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - random-ua (⭐3) - Random User-Agent generator for Common Lisp. BSD\_2Clause. (Recently Updated / [Oct 31, 2024](/content/2024/10/31/README.md))
README
# Random-UA
Random User-Agent generator for common Lisp
## Installation
This system can be installed from [UltraLisp](https://ultralisp.org/) like this:
```common-lisp
(ql-dist:install-dist "http://dist.ultralisp.org/"
:prompt nil)
(ql:quickload "random-ua")
```## Usage
```common-lisp
(random-ua:random-ua)
;; "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"(random-ua:random-ua-full)
;; (:APP-NAME "Netscape" :CONNECTION (:DOWNLINK 10 :EFFECTIVE-TYPE "4g" :RTT 50)
;; :PLATFORM "MacIntel" :PLUGINS-LENGTH 5 :VENDOR "Google Inc." :USER-AGENT
;; "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36"
;; :VIEWPORT-HEIGHT 1060 :VIEWPORT-WIDTH 1540 :DEVICE-CATEGORY "desktop"
;; :SCREEN-HEIGHT 1117 :SCREEN-WIDTH 1728 :WEIGHT 1.6648763e-4)```
## Credits
Using User-Agent list from https://github.com/intoli/user-agents