A simple shell script for genreate unique avatars when you need a unique and identifiable avatar for your CI bots.
git clone the repo
$ git clone https://github.com/rainchen/unique_avatars.git
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!
This project is licensed under the Mit License