Skip to content

Instantly share code, notes, and snippets.

@alekstorm
Created September 6, 2011 06:56
Getting started with PyGravatar
>>> 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment