Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 368 Bytes

File metadata and controls

18 lines (15 loc) · 368 Bytes

3gorillas.com bot

Crawler Example for 3gorillas.com to submit content at YIVE

Gettting started

  1. Clone repository using
git clone git@github.com:YiveSystems/yive-crawler-example-3gorilla.git
  1. Edit run.php and update API key on YiveApiClient
$yiveClient = new YiveApiClient('YOUR_TOKEN_HERE');
  1. Run crawler
php run.php