astrotomic / instagram-parser
Parses data from Instagram without API access.
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 12
Watchers: 6
Forks: 3
Open Issues: 0
pkg:composer/astrotomic/instagram-parser
Requires
- php: >=5.6.0
Requires (Dev)
- codeclimate/php-test-reporter: ^0.3.2
- phpunit/phpunit: ~5.0
This package is not auto-updated.
Last update: 2019-10-22 12:10:12 UTC
README
Parses data from Instagram without API access.
Usage
$instagram = new Manager(); $instagram->setConfig('/your/path/for/the/cache/files', 'storage_path'); // optional but recommended // get recent Media informations by User $data = $instagram->getUserRecentMedia('username'); // get recent Media informations by Tag $data = $instagram->getTagRecentMedia('tag');