# go-gravatar **Repository Path**: mirrors_Automattic/go-gravatar ## Basic Information - **Project Name**: go-gravatar - **Description**: Simple go library for building Gravatar Urls - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## go-gravatar Simple go library to interact with Gravatar. ## Installation ```shell $ go get github.com/automattic/go-gravatar ``` ## Usage If you already have the hash, build a new Gravatar object and generate its url like so: g := NewGravatar() g.Hash = "hash-goes-here" url := g.GetURL() If you have an email address: g := NewGravatarFromEmail("foo@example.com") url := g.GetURL() ## Contributors You? Pull requests welcome. ## License [GNU General Public License, version 2](http://www.gnu.org/licenses/gpl-2.0.html)