4 require __DIR__ . '/vendor/autoload.php';
8 $tweeper = new Tweeper();
9 $output = $tweeper->tweep('https://twitter.com/ao2it');
10 if (is_null($output)) {
14 $output = $tweeper->tweep('https://www.instagram.com/comunedinapoli/');
15 if (is_null($output)) {