2.0.0-alpha.12 • Published 3 years ago

@unblocked-web/real-user-agents v2.0.0-alpha.12

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Real User Agents

Real User Agents is a library created for use in the Unblocked and Ulixee projects. It sources real user agent strings from BrowserStack browsers, Chromium source control, and Statcounter statistics so that current, popular user agent strings can be generated for automation software.

Updating

Source data can be updated by using yarn update.

  1. Update Browserstack UserAgent Strings
    • $ yarn update:useragents
  2. Manually update Browser and OS Information with versions pushed out (used in Scraper Report):
    • data/manual/browserReleaseDates.json
    • data/manual/osReleaseDates.json
    • data/manual/browserDescriptions.json
    • data/manual/osDescriptions.json
    • data/os-mappings/macOsVersionAliasMap.json - any mappings of versions to "rollups"
    • data/os-mappings/macNameToVersionMap.json - any mappings of versions to "rollups"
    • data/os-mappings/windowsToWindowsVersionMap.json - any mappings of windows versions
  3. Update Data
    • $ yarn update

Installation

npm i --save @unblocked-web/real-user-agents

or

yarn add @unblocked-web/real-user-agents

Contributing

Contributions are welcome.

License

MIT