SimpleInstaBot
SimpleInstaBot copied to clipboard
skip business accounts
a "prevent business accounts" option would be great.
how to identify a business account?
I guess it would be based on switching to professional account and whether they've chosen the shopping or business and stuff (which is shown down to name of an account). idk abt the technical ways...
I don't know how to distinguish between busness and non-business accounts. do you have an example of a business account and a normal account, where you can see difference somewhere on the webpage?
In webpage there is no difference. But api response will have it.
Which api endpoint?
https://i.instagram.com/api/v1/users/web_profile_info/?username=any_username
we already send that request so it should be possible to filter on that then https://github.com/mifi/instauto/blob/96b5fa837f3375aa0df1e1397eef0c9d97a72c56/src/index.js#L295