Skip to content

Instantly share code, notes, and snippets.

@alekstorm
Created September 6, 2011 06:56
Show Gist options
  • Save alekstorm/1196787 to your computer and use it in GitHub Desktop.
Save alekstorm/1196787 to your computer and use it in GitHub Desktop.
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