1.0.2 • Published 5 years ago
@vmatiiv/instagram_login v1.0.2
Instagram Login
This package can help you get authenticated cookies from Instagram.
Installation
For npm
npm install @vmatiiv/instagram_loginFor yarn
yarn add @vmatiiv/instagram_loginUsage
Important Note: Auth return promise so you must handle it with prosime( .then, .catch ) or async/await function
const auth = require('@vmatiiv/instagram_login')
auth(login,password)
.then(res=>console.log(res))
.catch(err=>console.log(err))