postaddictme / instagram-php-scraper

Get account information, photos, videos, stories and comments.
https://packagist.org/packages/raiym/instagram-php-scraper
MIT License
3.1k stars 800 forks source link

Steps to run the files #125

Closed vipuljohri97 closed 7 years ago

vipuljohri97 commented 7 years ago

I am new to php. Can anyone tell me how to run the files and get the extracted output?

StereoFlo commented 7 years ago

1) install git to you system 2) install php to you system 3) make new directory for you project 4) open console and change you working directory to you-project-directory 5) paste in console this command git clone git@github.com:postaddictme/instagram-php-scraper.git 6) go to you-project-directory/instagram-php-scraper in you console 7) download composer.phar and put it to you-project-directory/instagram-php-scraper 8) check for php: in you console run php -v 9) if it's OK, run follow command in console php composer.phar install 10) wait for finish 11) edit index.php and try to run php index.php

maxhuro commented 6 years ago

Hello i have follwed all steps to extract but i'm confused, should i see any index.php or css files after extracting?

StereoFlo commented 6 years ago

@maxhuro no you dont. you'll can make it, and then, paste code examples from README.md

ohhh, see the example folder. its you index.php :)

maxhuro commented 6 years ago

OK i understand thank you @StereoFlo