Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am mkjones on github.
  • I am mkjones (https://keybase.io/mkjones) on keybase.
  • I have a public key ASCbx2itiBkt6r7uHC9wR92CebO64CIz_gdsgzF_FzoWoQo

To claim this, I am signing this object:

@mkjones
mkjones / gist:1639131
Created January 19, 2012 09:57
scrape the gifs group
<?php
function fetch($url) {
$json = json_decode(file_get_contents($url), true);
$data = $json['data'];
foreach ($data as $row) {
$arr = array(
$row['created_time'],
$row['message'],