Upgrade to 1.0.6

master 1.0.6
KaKi87 2019-03-31 23:46:43 +02:00
parent 18f2f1950d
commit 34ffb227cc
2 changed files with 12 additions and 1 deletions

View File

@ -2,6 +2,16 @@
Scrape data from Instagram without applying for the authenticated API.
## Getting started
### Install
`yarn add @kaki87/ig-scraper`
#### Use
`const Insta = require('@kaki87/ig-scraper');`
## Features
### Get profile info
@ -402,3 +412,4 @@ Insta.subscribeHashtagPosts('cat', interval, lastPost)
- Fixed video post thumbnail & views count
- Using promises & observable
* `1.0.5` (2019-03-27) • Added proper error for private accounts
* `1.0.6` (2019-03-31) • Private account access doesn't require mutual follow

View File

@ -1,6 +1,6 @@
{
"name": "@kaki87/ig-scraper",
"version": "1.0.5",
"version": "1.0.6",
"description": "Instagram scraper without authenticated API",
"keywords": [
"insta",