ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!

Jump to content



Photo

Spice Random User Agent Library [C#]


  • Please log in to reply
Spice Random User Agent Library [C#]

#1

x9n3
x9n3
    Offline
    25
    Rep
    14
    Likes

    Lurker

Posts: 9
Threads: 4
Joined: Feb 12, 2020
Credits: 0

Four years registered
#1

Hello,

 

I got bored lately and decided to code a random User-Agent Library for C#

 

It has around 10k User-Agents but i will make sure to add more on the next updates, also this will be added to Nuget so you can get it directly from your VS.

 

Link:

Hidden Content
You'll be able to see the hidden content once you reply to this topic or upgrade your account.

 

This is a very easy to use the library and doesn't really take much coding skills to use it.

 

 

 

Readme: 

# Spice Random User Agent

SpiceRUA is a library to help you generate random user-agents.

## Installation

```
Add the dll to your solution references.
```

## Usage

```c#
// Print a random User-Agent.
Console.WriteLine(SpiceRUA.GetRandomUA());

// Print a random Windows Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetWindowsUA());

// Print a random Linux Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetLinuxUA());

// Print a random Macintosh Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetMacUA());

// Print a random iPhone Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetiPhoneUA());

// Print a random iPad Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetiPadUA());

// Print a random Android Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetAndroidUA());

// Print a random Mobile Based Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetMobileUA());

// Print a random Opera Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetOperaUA());

// Print a random Opera Mini Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetOpearMiniUA());

// Print a random Mozilla Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetMozillaUA());

// Print a random Firefox Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetFirefoxUA());

// Print a random Safari Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetSafariUA());

// Print a random Chrome Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetChromeUA());

// Print a random Maxthon Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetMaxthonUA());

// Print a random IceaWeasel Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetIceaWeaselUA());

// Print a random AOL Browser User-Agent.
  Console.WriteLine(SpiceRUA.GetAOLUA());


```

## Contributing
Thanks to http://www.useragentstring.com/ for providing most of the User-Agents.

## License
[MIT](https://choosealicense.com/licenses/mit/)

  • 0

#2

Akirazu
Akirazu
    Offline
    4
    Rep
    24
    Likes

    Veteran

Posts: 400
Threads: 3
Joined: Feb 27, 2019
Credits: 0
Five years registered
#2

tjamks, i hope it can help me 


  • 0

#3

MU5F1K
MU5F1K
    Offline
    0
    Rep
    0
    Likes

    Advanced Member

  • PipPipPipPip
Posts: 139
Threads: 0
Joined: Aug 27, 2020
Credits: 0

Three years registered
#3

dope ,these content are dope


  • 0

#4

blobloblobob
blobloblobob
    Offline
    0
    Rep
    0
    Likes

    Lurker

Posts: 2
Threads: 0
Joined: Dec 02, 2020
Credits: 0
Three years registered
#4

cool my zeb yakhi no9ch nta3 zebi


  • 0


 Users browsing this thread: