Tuesday, June 21, 2016

Personal Programming Plans: Instagram2Background I have this code which uses WebService::Instagram to...

Personal Programming Plans: Instagram2Background
I have this code which uses WebService::Instagram to grab my most recent picture from Instagram and set it as background image on my Ubuntu machines. I put it in my crontab and it just works. #!/usr/bin/env perl

use feature qw'say' ;
use strict ;
use warni...

No comments:

Post a Comment