SimpleInstaBot
SimpleInstaBot copied to clipboard
Can I upload a list of accounts to follow instead of typing them manually?
Is there a way to upload a CSV file to the account follow feature instead of typing them manually? I have a list of thousands of accounts I want to follow and interact with.
maybe you could copy-paste into the input field. if not then you can use instauto directly
If you can get them in a format that is
name1, name2, name3, name4 etc
You can just paste that into the accounts field (I do it that way using a google sheets formula)
The below formula pasted into an empty field in google sheets will create that format ready to paste for 1000 accounts, assuming your account names are all listed in column A of that sheet.
=JOIN(",", A1:A1000)
If you click into the field with the formula and copy you can paste them into the bots accounts to target field.
(test in an text editor first, if you actually get the name1, name2, name3 etc format...
For me it works.