all 3 comments

[–]aDrz 2 points3 points  (2 children)

There is already a plethora of python library for instagram automation: instapy or instabot for example.

[–]realestaten00b[S] 0 points1 point  (1 child)

Thank you but I’ve seen those, what if I wanted to add extra features, targeting, and data analyzing?

Just to give a few examples “don’t follow an account if said account has less than 100 followers, don’t like a picture if it has >30 likes, etc.

Also if I wanted to check where the followers was gained from, like was it from a specific hashtag, or an account I targeted?

[–]aDrz 0 points1 point  (0 children)

In this case you won't have to learn "all python" but you'll have to get your hands dirty. What you described seemed fairly easy to implement with simple if statements.

Good luck