Skip to content

haithamaouati/Anon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anon

Anon — Random user generator.

preview

Install

To use the Anon script, follow these steps:

  1. Clone the repository:

    git clone https://github.com/haithamaouati/Anon.git
    
  2. Change to the Anon directory:

    cd Anon
    
  3. Change the file modes

    chmod +x anon.sh
    
  4. Run the script:

    ./anon.sh
    

Usage

Usage: ./anon.sh

Options:

-n, --number <count> Number of users to generate (default: 1)

-g, --gender <gender> Filter by gender (male|female)

-h, --help Show this help message

Example:

Generate random user: ./anon.sh -n 1 -g male

Dependencies

The script requires the following dependencies:

  • curl: pkg install curl - y
  • jq: pkg install jq -y

Important

Make sure to install these dependencies before running the script.

Environment

Disclaimer

Caution

This Tool is only for educational purposes

Warning

We are not responsible for any misuse or damage caused by this program. use this tool at your own risk!

License

Anon is licensed under WTFPL license.