You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PowerShell module for generating random **User Agents**.
4
5
@@ -26,8 +27,14 @@ platform : iPhone
26
27
27
28
## How it works
28
29
29
-
- module comes with `user-agents.json.gz` downloaded from [**user-agents**](https://github.com/intoli/user-agents/)
30
-
- during first cmdlet call data will be unpacked and converted into **user-agents.dat** with help of [**uap-csharp**](https://github.com/ua-parser/uap-csharp/)
30
+
Module comes with bundled `user-agents.dat` file which contains different User Agent entries.
31
+
32
+
The process of creating it:
33
+
- Download the version of **user-agents.json** from [**user-agents**](https://github.com/intoli/user-agents/)
34
+
- Preprocess using [**uap-csharp**](https://github.com/ua-parser/uap-csharp/)
35
+
- Serialize into an XML-based representation (Common Language Infrastructure (CLI)) of all the objects
0 commit comments