使用 Python 编辑 Instagram 个人资料简介

Edit Instagram profile bio with Python

我需要知道如何使用 Python 编辑我的 Instagram 简介。我已经制作了一个程序,通过 instaloader 计算我的关注者数量,并且我想每 x 秒更新一次我的简历,其中包含我的关注者数量。有什么办法可以做到吗? 谢谢:)

检查这个:https://github.com/ping/instagram_private_api

您可以使用 edit_profile() 更新简历:Docs