-
Hello! Is there a way to get thr friendship_status of a user (if i follow him or not, or if he follows me and I not for example)? Also, is there a way to get the mutual friends of a user? I'm trying to make a script to follow users, but I want to know if I follow the user or not. If something or anything of my questions isn't available, would it be at some point? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Use this method
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/mixins/user.py#L297 |
Beta Was this translation helpful? Give feedback.
Use this method
cl.user_friendship_v1(user_id)
https://github.com/adw0rd/instagrapi/blob/master/instagrapi/mixins/user.py#L297