BrowserForge.ex is an Elixir implementation of browser header and fingerprint generation that mimics the frequency of different browsers, operating systems, and devices found in the wild.
- Uses a Bayesian generative network to mimic actual web traffic
- Fast runtime performance
- Simple API design
- Extensive customization options
- Type safety with typespecs
Add to your mix.exs:
def deps do
[
{:browserforge, "~> 0.1.0"}
]
end
generator = BrowserForge.Headers.Generator.new
headers = BrowserForge.Headers.Generator.generate(generator)
Full documentation can be found at https://hexdocs.pm/browserforge
Licensed under the Apache License, Version 2.0. See LICENSE for details.