Skip to content

Instantly share code, notes, and snippets.

@comeonly
Created February 25, 2015 23:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save comeonly/de2030d6a441467b2ae1 to your computer and use it in GitHub Desktop.
Save comeonly/de2030d6a441467b2ae1 to your computer and use it in GitHub Desktop.
<?php
error_reporting(E_ALL & ~E_STRICT & ~E_DEPRECATED);
require_once ('./yahoo_browser.php');
$yahooBrowser = new YahooBrowser('your_account', 'your_passwd');
$yahooBrowser->getBody('http://auctions.yahoo.co.jp/');
echo $yahooBrowser->body;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment