A Python 3 library providing an interface to the Gravatar API. Version 1.0.4 (latest) includes support for FIPS-enabled systems and drops Python 3.6. Release cadence is low (major versions years apart).
pip install libgravatarVerified import paths — ran on the pinned version, not inferred.
Create a Gravatar instance with an email and retrieve the avatar image URL. Note: use_ssl defaults to True since v1.0.0.
Explicitly set use_ssl=False if you need HTTP: Gravatar(email, use_ssl=False)
Upgrade to Python 3.7+ or pin libgravatar to 1.0.3.
Use requests.get(g.get_image()) to get the actual image data.
Run: pip install libgravatar
Use g.get_image() (no underscore separation).
Check the email string for typos. Ensure it contains '@' and a valid domain.
No dependency data recorded yet.