real_ua_cli 0.1.0

generates random http user-agent to stdout
real_ua_cli-0.1.0 is not a library.

real_ua

static real user-agent automatically updated

fn main() {
    let user_agent: &'static str = real_ua::get_ua();
    println!("{}", user_agent);
}

It depends on fastrand to select randomly a user-agent from a static list.

TODO

  • update user agents using GitHub workflow