Skip to content

Instantly share code, notes, and snippets.

@DRKV333
DRKV333 / grab_avatars_for_git_users.pl
Last active November 4, 2020 18:53 — forked from pmdgithub/grab_avatars_for_git_users.pl
Grab avatars for github users, use for: gource --user-image-dir .git/avatar/
#!/usr/bin/perl
#fetch Gravatars
use strict;
use warnings;
use LWP::Simple;
use LWP::Protocol::https;
my $size = 90;