我可以用 Instagram 编写 follow/unfollow 机器人吗?
Can i wirte follow/unfollow bot with Instagram?
我想在 instagram 中为 Follow/Unfollow 用户编写机器人,但 instagram Api 已弃用关注和关系 ...
我可以使用 instagram Api 来实现这个目标还是必须使用 selenium 自动化?!
根据 this article the Instagram API no longer provides functionality to follow or unfollow users. Looking at the current endpoints provided by the Instagram API the set of operations looks very limited - fetch a user, or a user's latest media, and get a list of comments on your media. You can view the changelog for the Instagram API here.
因此,为了回答您的问题,您不能再使用机器人通过 Instagram 关注或取消关注用户 API。是的,您将能够编写一个 Selenium 脚本来执行此操作。
尝试https://www.instagram.com/web/
https://www.instagram.com/web/friendships/6810462142/unfollow/
6810462142 = ID 用户...
我认为它有效
您可能需要使用 Keygram 等工具 - https://www.thekeygram.com
follow/unfollow
它完全符合您的要求
我想在 instagram 中为 Follow/Unfollow 用户编写机器人,但 instagram Api 已弃用关注和关系 ...
我可以使用 instagram Api 来实现这个目标还是必须使用 selenium 自动化?!
根据 this article the Instagram API no longer provides functionality to follow or unfollow users. Looking at the current endpoints provided by the Instagram API the set of operations looks very limited - fetch a user, or a user's latest media, and get a list of comments on your media. You can view the changelog for the Instagram API here.
因此,为了回答您的问题,您不能再使用机器人通过 Instagram 关注或取消关注用户 API。是的,您将能够编写一个 Selenium 脚本来执行此操作。
尝试https://www.instagram.com/web/ https://www.instagram.com/web/friendships/6810462142/unfollow/
6810462142 = ID 用户... 我认为它有效
您可能需要使用 Keygram 等工具 - https://www.thekeygram.com
follow/unfollow
它完全符合您的要求