gravatarurl

Get the URL to a Gravatar image from an email


License
MIT
Install
pip install gravatarurl==1.0.3

Documentation

Gravatar URL

Get the URL to a Gravatar image from an email

Screenshot

Install

$ pip install gravatarurl

Usage

import gravatarurl as avatar

avatar.get('yoginth@zoho.com') # avatar.get('email@example.com')
#=> https://secure.gravatar.com/avatar/ef5eb22b653730b5d7d7c32a73ff64e7?s=250

avatar.get('yoginth@zoho.com', 500) # avatar.get('email@example.com', size)
#=> https://secure.gravatar.com/avatar/ef5eb22b653730b5d7d7c32a73ff64e7?s=500

Get Help

There are few ways to get help:

  1. Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.

  2. For bug reports and feature requests, open issues.

  3. For direct and quick help, you can email me.

How to contribute

Have an idea? Found a bug? See how to contribute.

Thanks!

License

MIT