I want to put both instadm with instapy. I have a list on one line in a .json file.
In this format
[somename, here, is, how, it, is, listed]
I want to use the 'user' variable in "insta.sendMessage(user, message='some message')
I want it take from that list in iterations instead of one at a time.
I've tried importing instapy and logging in a session then finishing with instaDM, but that failed. instaDM opens another socket of it's own.
The 2FA issue instaDM does not have that module
I want to put both instadm with instapy. I have a list on one line in a .json file.
In this format
[somename, here, is, how, it, is, listed]
I want to use the 'user' variable in "insta.sendMessage(user, message='some message')
I want it take from that list in iterations instead of one at a time.
I've tried importing instapy and logging in a session then finishing with instaDM, but that failed. instaDM opens another socket of it's own.
The 2FA issue instaDM does not have that module