I have some site for checking Instagram Account engagement But i want to know is there a way to check engagement ratio of a large amount of accounts all at once?
How many accounts? 10, 100 or several thousand?
2 Likes
10 to 20 only…
1 Like
I’m interested in something like this as well
1 Like
This is a simple php
script that checks the names given in the file.
Save the script as er.php
, create the accounts
file in the same directory and enter in it the usernames to check, each username in the new line.
This is a simple modification of the script known from here:
Script written quickly without checking, I do not know if it works on the windows and how it works for a large number of accounts. If the ig starts blocking, you can try to increase the sleep time and change the useragent in the code.
Good luck
7 Likes