docs.rs failed to build ua_generator-0.1.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
ua_generator-0.5.44
ua_generator
Generate random real User-Agents to use as spoofs.
How to use
Example of generating a randomized user agent.
use spoof_ua;
;
If you plan on using this library or building directly you need a valid API key from the API Layer User Agent API and set the value to the env var APILAYER_KEY.
TODO
- Update user-agent list via CRON github actions.
- Add option to setup native runtime CRON to update list in real time.