我想使用 python 在 Instagram 上发布一张图片,但我不知道该怎么做。提前致谢。我这样做
但这是失败的
from instapy_cli import client
def post_instagram():
capture()
username = 's'
password = ''
image = 'photo.png'
speak("what is the caption?")
caption = command()
text = "nice"
with client(username, password) as cli:
cli.upload(image, text)