Skip to content

hamedsz/instagram-private-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

instagram-private-api

a library for instagram private web api

logo

Install

From composer

composer require hamedsz/instagram-private-api

or clone , download it.

Login to Instagram

use hamedsz\instagram_private_api\Instagram;

require_once 'vendor/autoload.php';

$instagram = Instagram::create("USERNAME" , "PASSWORD")
	->login();

Examples

Follow by id

use hamedsz\instagram_private_api\Instagram;
use hamedsz\instagram_private_api\Requests\FriendShips\Follow;

require_once 'vendor/autoload.php';

$instagram = Instagram::create("USERNAME" , "PASSWORD")
	->login();
	
$follow = new Follow($instagram , USER_ID);
$followResponse = $follow->execute();

About

instagram private api

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages