I hereby claim:
- I am colinodell on github.
- I am colinodell (https://keybase.io/colinodell) on keybase.
- I have a public key whose fingerprint is 8FBC 987A 0483 128A C055 E483 60A4 DAD2 72A0 1CB8
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| $last = ''; | |
| while (true) { | |
| $json = file_get_contents('https://www.reddit.com/r/google/comments/2k0kjr/google_inbox_invite_chain.json?sort=new&foo='.rand(1,500)); | |
| $json = json_decode($json, true); | |
| $comment = $json[1]['data']['children'][0]; | |
| $msg = $comment['data']['author'] . ' - ' . $comment['data']['body'] . "\n"; | |
| if ($msg != $last) { |
| # Don't include any temporary files and other unimportant things | |
| *.log | |
| *.bak | |
| *.bak.* | |
| *.thumbs/ | |
| .DS_Store | |
| Thumbs.db | |
| .svn | |
| *.swp |