我找到了这个模块:https://www.npmjs.com/package/instagram-private-api
我想知道使用api在Instagram上发布是否合法。 因为文档只显示GET方法而不是发布
答案 0 :(得分:0)
我不知道这是否合法,但这是您的代码(pip install instabot)
from instabot import Bot
name = input("Image name + extensions : ")
bot = Bot()
bot.login(username = "user_name",
password = "user_password")
bot.upload_photo(name,
#Put the photo in the same directory as this code
caption ="YOURCAPTION")