PHP 클래스 InstagramScraper\Instagram

파일 보기 프로젝트 열기: raiym/instagram-php-scraper 1 사용 예제들

공개 메소드들

메소드 설명
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 )

비공개 메소드들

메소드 설명
generateRandomString ( $length = 10 )
getContentsFromUrl ( $parameters )

메소드 상세

getAccount() 공개 정적인 메소드

public static getAccount ( $username )

getAccountById() 공개 정적인 메소드

public static getAccountById ( $id )

getLastLikesByCode() 공개 정적인 메소드

public static getLastLikesByCode ( $code )

getLocationById() 공개 정적인 메소드

public static getLocationById ( $facebookLocationId )

getLocationMediasById() 공개 정적인 메소드

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

getLocationTopMediasById() 공개 정적인 메소드

public static getLocationTopMediasById ( $facebookLocationId )

getMediaByCode() 공개 정적인 메소드

public static getMediaByCode ( $mediaCode )

getMediaById() 공개 정적인 메소드

public static getMediaById ( $mediaId )

getMediaByUrl() 공개 정적인 메소드

public static getMediaByUrl ( $mediaUrl )

getMediaCommentsByCode() 공개 정적인 메소드

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

getMediaCommentsById() 공개 정적인 메소드

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

getMedias() 공개 정적인 메소드

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

getMediasByTag() 공개 정적인 메소드

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

getPaginateMedias() 공개 정적인 메소드

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

getPaginateMediasByTag() 공개 정적인 메소드

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

getTopMediasByTagName() 공개 정적인 메소드

public static getTopMediasByTagName ( $tagName )

searchAccountsByUsername() 공개 정적인 메소드

public static searchAccountsByUsername ( $username )

searchTagsByTagName() 공개 정적인 메소드

public static searchTagsByTagName ( $tag )