Skip to content

welserjr/my_gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My_Gravatar

The gravatar module and it provides data from Gravatar

Installation

my_gravatar is available on PyPI:

$ pip install my_gravatar

Usage

You should import the library and call the method gravatar, in this method you should put a email, and this method returns a dictionary with data(username, profile_url, img, name, city, full_name)

$ from my_gravatar import gravatar
$ profile = gravatar('<email>')
$ print(profile)

Suggestion

Tell me about any error or suggestion please welserjr

About

Module to get data from Gravatar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages