PHP Class InstagramScraper\Instagram

Datei anzeigen Open project: raiym/instagram-php-scraper Class Usage Examples

Public Methods

Method Description
getAccount ( $username )
getAccountById ( $id )
getLastLikesByCode ( $code )
getLocationById ( $facebookLocationId )
getLocationMediasById ( $facebookLocationId, $quantity = 12, $offset = '' )
getLocationTopMediasById ( $facebookLocationId )
getMediaByCode ( $mediaCode )
getMediaById ( $mediaId )
getMediaByUrl ( $mediaUrl )
getMediaCommentsByCode ( $code, $count = 10, $maxId = null )
getMediaCommentsById ( $mediaId, $count = 10, $maxId = null )
getMedias ( $username, $count = 20, $maxId = '' )
getMediasByTag ( $tag, $count = 12, $maxId = '' )
getPaginateMedias ( $username, $maxId = '' )
getPaginateMediasByTag ( $tag, $maxId = '' )
getTopMediasByTagName ( $tagName )
searchAccountsByUsername ( $username )
searchTagsByTagName ( $tag )

Private Methods

Method Description
generateRandomString ( $length = 10 )
getContentsFromUrl ( $parameters )

Method Details

getAccount() public static method

public static getAccount ( $username )

getAccountById() public static method

public static getAccountById ( $id )

getLastLikesByCode() public static method

public static getLastLikesByCode ( $code )

getLocationById() public static method

public static getLocationById ( $facebookLocationId )

getLocationMediasById() public static method

public static getLocationMediasById ( $facebookLocationId, $quantity = 12, $offset = '' )

getLocationTopMediasById() public static method

public static getLocationTopMediasById ( $facebookLocationId )

getMediaByCode() public static method

public static getMediaByCode ( $mediaCode )

getMediaById() public static method

public static getMediaById ( $mediaId )

getMediaByUrl() public static method

public static getMediaByUrl ( $mediaUrl )

getMediaCommentsByCode() public static method

public static getMediaCommentsByCode ( $code, $count = 10, $maxId = null )

getMediaCommentsById() public static method

public static getMediaCommentsById ( $mediaId, $count = 10, $maxId = null )

getMedias() public static method

public static getMedias ( $username, $count = 20, $maxId = '' )

getMediasByTag() public static method

public static getMediasByTag ( $tag, $count = 12, $maxId = '' )

getPaginateMedias() public static method

public static getPaginateMedias ( $username, $maxId = '' )

getPaginateMediasByTag() public static method

public static getPaginateMediasByTag ( $tag, $maxId = '' )

getTopMediasByTagName() public static method

public static getTopMediasByTagName ( $tagName )

searchAccountsByUsername() public static method

public static searchAccountsByUsername ( $username )

searchTagsByTagName() public static method

public static searchTagsByTagName ( $tag )