rainchen / unique_avatars

When you need a unique and identifiable avatar for your CI bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unique avatars

A simple shell script for genreate unique avatars when you need a unique and identifiable avatar for your CI bots.

Getting Started

Step 1

git clone the repo

$ git clone https://github.com/rainchen/unique_avatars.git

Step 2

input some text

$ ./unique_avatars.sh "hi@example.com"

output:

input: hi@example.com
hash: 67952af63df3c011ffcf017a817c7bb767a734248b08760d1c11b03a37b56a60
avatars:
baccanoio_avatar: https://avatar.baccano.io/67952af63df3c011ffcf017a817c7bb767a734248b08760d1c11b03a37b56a60
adorable_avatar: https://api.adorable.io/avatars/256/67952af63df3c011ffcf017a817c7bb767a734248b08760d1c11b03a37b56a60.png
robohash_avatar: https://robohash.org/67952af63df3c011ffcf017a817c7bb767a734248b08760d1c11b03a37b56a60

That's it, have fun!

License

This project is licensed under the Mit License

Acknowledgments

About

When you need a unique and identifiable avatar for your CI bots.

License:MIT License


Languages

Language:Shell 100.0%