@vmatiiv/instagram_login
v1.0.2
Published
this rep can help you login to instagram with axios
Downloads
17
Readme
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))