Skip to content

vitalis/browserforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrowserForge.ex

🎭 Intelligent browser header & fingerprint generator for Elixir


What is it?

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.

Features

  • Uses a Bayesian generative network to mimic actual web traffic
  • Fast runtime performance
  • Simple API design
  • Extensive customization options
  • Type safety with typespecs

Installation

Add to your mix.exs:

def deps do
  [
    {:browserforge, "~> 0.1.0"}
  ]
end

Usage

Generating Headers

generator = BrowserForge.Headers.Generator.new
headers = BrowserForge.Headers.Generator.generate(generator)

Documentation

Full documentation can be found at https://hexdocs.pm/browserforge

License

Licensed under the Apache License, Version 2.0. See LICENSE for details.


About

Intelligent browser header & fingerprint generator for Elixir

Resources

License

Stars

Watchers

Forks

Languages