A Python library to interface with Gravatar profiles and avatars.

avatar gravatar gravatar-grabber gravatar-url hacktoberfest md5
4 Open Issues Need Help Last updated: Aug 8, 2025

Open Issues Need Help

View All on GitHub
API Clients REST Clients
area:documentation help wanted good first issue priority:low status:approved type:chore area:avatars

A Python library to interface with Gravatar profiles and avatars.

Python
#avatar#gravatar#gravatar-grabber#gravatar-url#hacktoberfest#md5
API Clients REST Clients

AI Summary: Implement a `download_image` method in the Gravify Python library's `AvatarGenerator` class. This method should use the existing `generate_url` method to obtain the Gravatar avatar URL for a given email address and then download the image using the HTTPX library (already a dependency). The downloaded image content should be returned by the method.

Complexity: 2/5
type:feature help wanted good first issue priority:low status:approved area:avatars

A Python library to interface with Gravatar profiles and avatars.

Python
#avatar#gravatar#gravatar-grabber#gravatar-url#hacktoberfest#md5
API Clients REST Clients

AI Summary: Implement custom exception classes in the Python Gravify library to handle different HTTP status codes returned by the Gravatar API (404, 429, 500). The `429` (rate limit exceeded) exception should include rate limit details from the response headers (X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset).

Complexity: 3/5
type:feature help wanted status:approved area:profiles priority:medium

A Python library to interface with Gravatar profiles and avatars.

Python
#avatar#gravatar#gravatar-grabber#gravatar-url#hacktoberfest#md5
API Clients REST Clients

AI Summary: Update the `pyproject.toml` file for the Gravify Python library to loosen the version constraints for the HTTPX and Pydantic dependencies, allowing for broader compatibility with other libraries. This involves changing the version specifiers to accommodate a wider range of versions while maintaining functionality.

Complexity: 2/5
help wanted area:packaging status:approved priority:medium type:chore

A Python library to interface with Gravatar profiles and avatars.

Python
#avatar#gravatar#gravatar-grabber#gravatar-url#hacktoberfest#md5