Skip to content

old-redcloudvg/real_ua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real_ua

License Cargo Documentation

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

About

static real user-agent automatically updated

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages