Skip to content

alekstorm/pygravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyGravatar

PyGravatar is a set of Python bindings for the Gravatar API.

Getting Started

To install, run pip install py-gravatar. To verify that the library is working and can connect to the server, run:

>>> import gravatar
>>> user = gravatar.User(<email>, password=<password>) # substitute the email address and password of a Gravatar account
>>> user.test()
1315290974 # however many seconds have passed since 1970

Documentation

Full API documentation is available here. For more information, see the home page.

About

PyGravatar, Python bindings for the Gravatar API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published