SimpleInstaBot icon indicating copy to clipboard operation
SimpleInstaBot copied to clipboard

Can I upload a list of accounts to follow instead of typing them manually?

Open polumh opened this issue 3 years ago • 2 comments

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.

polumh avatar May 02 '22 13:05 polumh

maybe you could copy-paste into the input field. if not then you can use instauto directly

mifi avatar May 02 '22 21:05 mifi

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.

ediooo avatar Aug 30 '22 12:08 ediooo