An open API service indexing awesome lists of open source software.

https://github.com/tleguern/gravatarhash

The gravatarhash utility process the given email address into a full Gravatar URL.
https://github.com/tleguern/gravatarhash

gravatar libravatar shell

Last synced: about 1 month ago
JSON representation

The gravatarhash utility process the given email address into a full Gravatar URL.

Awesome Lists containing this project

README

          

GRAVATARHASH(1) - General Commands Manual

# NAME

**gravatarhash** - Generate an avatar URL from an email address

# SYNOPSIS

**gravatarhash**
\[**-fs**]
\[**-d** **default**]
\[**-h** **md5** | **sha256**]
\[**-p** **dns** | **gravatar** | **libravatar**]
*email*

# DESCRIPTION

The
**gravatarhash**
utility processes the given
*email*
address into an URL pointing to an avatar image.

Three providers are currently supported:

* Gravatar (https://secure.gravatar.com/);
* Libravatar (https://www.libravatar.org/);
* Self hosted libravatar (SRV DNS query).

The default is to do a DNS query first and fallback to Gravatar if the
query fails.

The options are as follows:

**-d**

> Specify what to do if the avatar doesn't exist. Can be 404, mm, blank,
> retro or absolutely anything.

**-f**

> Enable the forcedefault flag.

**-h**

> Use either
> md5
> or
> sha256
> for the hash creation.

**-p**

> Only use the specified avatar provider.

**-s**

> Asks for the HTTPS URL.

# SEE ALSO

md5(1)

OpenBSD 6.4 - August 19, 2014