dvingerh / PyInstaStories

Python script to download Instagram stories from Instagram users.
MIT License
329 stars 74 forks source link

How to run with multiple logins? #46

Closed sirakai-pc closed 3 years ago

sirakai-pc commented 3 years ago

Hi, I don't seem to find a way to run this script with multiple login sessions.. How can I do that? Just by combining two credentials.json?

sabueso commented 3 years ago

Hi!

AFAIK you'll to clone the same repo twice (or N): you don't have a simple way to specify credentials.json from command line.

Cheers