Skip to content

Gets the gravatar image based on an e-mail provided, using libsoup.

Notifications You must be signed in to change notification settings

bogdanciobanu/get_gravatar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get_gravatar

Gets the gravatar image based on an e-mail provided, using libsoup.

Depends on glib and libsoup. It is needed to have .pc files for those libs. You might need to install the dev version of the libraries to have those files by default. Also, the folder where the .pc files are located must be in PKG_CONFIG_PATH. (export PKG_CONFIG_PATH = /usr/lib/x86_64-linux-gnu/pkgconfig)

Compiling

Just run make command.

Using

run ./get_gravatar email_address

About

Gets the gravatar image based on an e-mail provided, using libsoup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages