Git Product home page Git Product logo

instagram-php-scraper's People

Contributors

nassajis avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

ebertbueno

instagram-php-scraper's Issues

login error

Hi
use Phpfastcache\Helper\Psr16Adapter;

require DIR . '/vendor/autoload.php';

$instagram = \InstagramScraper\Instagram::withCredentials('', '', new Psr16Adapter('Files'));
$instagram->login();

Have Error_log :
PHP Fatal error: Uncaught InstagramScraper\Exception\InstagramAuthException: User credentials are wrong.
in /postaddictme/vendor/raiym/instagram-php-scraper/src/InstagramScraper/Instagram.php:1693

But username and password is true i login by this user and password to instagram and test this !!!

How can Fix this error ?
Thank

Get User information on medias don't work

Hi, first of all: Thank you!

I have a problem with $medias->getOwner()->getUsername();

require __DIR__ . '/../vendor/autoload.php'; // If account is public you can query Instagram without auth $instagram = new \InstagramScraper\Instagram(); $medias = $instagram->getMedias('randomUsername', 25); // Let's look at $media $media = $medias[1]; echo "Media info:<br>"; echo "Id: {$media->getId()}<br>"; echo "Shortcode: {$media->getShortCode()}<br>"; echo "Created at: {$media->getCreatedTime()}<br>"; echo "Caption: {$media->getCaption()}<br>"; echo "Number of comments: {$media->getCommentsCount()}<br>"; echo "Number of likes: {$media->getLikesCount()}<br>"; echo "Get link: {$media->getLink()}<br>"; echo "High resolution image: {$media->getImageHighResolutionUrl()}<br>"; echo "Media type (video or image): {$media->getType()}<br>"; $account = $media->getOwner(); echo "Account info:<br>"; echo "Id: {$account->getId()}<br>"; echo "Username: {$account->getUsername()}<br>"; echo "Full name: {$account->getFullName()}<br>"; echo "Profile pic url: {$account->getProfilePicUrl()}<br>";

Doesn't matter which Account this is. Is there a possibility to fix it?

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.