Jaminy / Email-Mining

BSD 2-Clause "Simplified" License
1 stars 4 forks source link

Add Gravatars to the detail page #27

Closed irl closed 8 years ago

irl commented 8 years ago

On the page listing details for each email address, add a gravatar. This should be relatively easy:

https://secure.gravatar.com/site/implement/images/python/

Jaminy commented 8 years ago

https://github.com/Jaminy/Email-Mining/blob/master/Avatar.py

Output: 51a8a50f889c4706e8e5d27a8b1caaf2

irl commented 8 years ago

You can close this once you have merged #34 as I have already integrated your code snippet into that pull request.

irl commented 8 years ago

This is now resolved, as was present in the code that I wrote for the web interface skeleton using the snippet from @Jaminy.