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.
- Host: GitHub
- URL: https://github.com/tleguern/gravatarhash
- Owner: tleguern
- Created: 2014-02-25T15:52:30.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T19:33:14.000Z (almost 7 years ago)
- Last Synced: 2025-02-13T09:18:08.308Z (8 months ago)
- Topics: gravatar, libravatar, shell
- Language: Shell
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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