【发布时间】:2020-08-22 11:07:56
【问题描述】:
我想使用 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)
【问题讨论】:
标签: python selenium automation scrapy instapy