Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple Login Session #64

Closed
deri387 opened this issue Jul 20, 2021 · 1 comment
Closed

Multiple Login Session #64

deri387 opened this issue Jul 20, 2021 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@deri387
Copy link

deri387 commented Jul 20, 2021

Hi i want to ask about multiple login session, is it possible?

@Androz2091
Copy link
Owner

Hello, of course. Simply create two clients:

const Insta = require('@androz2091/insta.js');

const firstClient = new Insta.Client();
firstClient.login('username1', 'password1');

const secondClient = new Insta.Client();
secondClient.login('username2', 'password2');

@Androz2091 Androz2091 added the help wanted Extra attention is needed label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants