URL (Gravatar image) generator

Last modified: April 3, 2025

The URL (Gravatar image) generator retrieves a Gravatar image url based on an email address import urllib, hashlib.

Generator properties

The table provides key details about the generator, including the short name, sample of the generated data, the supported data types, and whether it is specific to a particular country.

Short name Example of generated data Data type matching Country-specific
URL (Gravatar img) http://www.gravatar.com/avatar/6ffc45896e63ba040e769b8b9d150107?s=40&d=http%3A%2F%2Fwww.example.com%2Fdefault.jpg ; … character varyingcharactertext Default

Matching rules

The generator can be assigned to a column whose name is ‘gravatar’, regardless of the table name.

Configure additional options

The generator produces data based on an IronPython script. Since it is built on the Python generator, see Python generator to customize settings and understand the correct usage of syntax.

Preview of the column data generated by the URL (Gravatar image) generator

URL (Gravatar image) generator