Skip to content

Instantly share code, notes, and snippets.

View mpdaugherty's full-sized avatar

Michael Daugherty mpdaugherty

View GitHub Profile
@mpdaugherty
mpdaugherty / url2png-v6.php
Created September 24, 2012 08:49 — forked from url2png/url2png-v6.php
v6 Examples
<?php
function url2png_v6($url, $args) {
# Get your apikey from http://url2png.com/plans
$URL2PNG_APIKEY = "PXXXX";
$URL2PNG_SECRET = "SXXXX";
# urlencode request target
$options['url'] = urlencode($url);
@mpdaugherty
mpdaugherty / .gitignore
Created April 20, 2012 06:41 — forked from amix/amazon_sender.py
Amazon SES helper script using boto
*.pyc