Beispiel #1
0
<?php

require_once 'libs/Instagram.php';
$proxy = null;
//'gwWYqBWc:RyXPVFhTo1ZX@185.127.27.146:8999';
$username = '******';
$password = '******';
$email = '*****@*****.**';
$inst = new Instagram(true);
$inst->initDevice($proxy);
$inst->createAccount($username, $password, $email);
$inst->save();