instabot用python上传图片失败



我尝试用以下代码自动上传:

from instabot import Bot
bot = Bot()
bot.login(username="#CENCORED#",password="#CENCORED#")
bot.upload_photo("kuva.png",caption="juo sitä kahvii")

,我得到了这个错误信息:

"C:Usersseverig automationvenvScriptspython.exe" "C:/Users/sever/ig automation/main.py"
2021-09-13 16:03:19,103 - INFO - Instabot version: 0.117.0 Started
2021-09-13 16:03:19,104 - INFO - Not yet logged in starting: PRE-LOGIN FLOW!
2021-09-13 16:03:22,719 - INFO - Logged-in successfully as 'severi_hirvonen'!
2021-09-13 16:03:22,720 - INFO - LOGIN FLOW! Just logged-in: True
FOUND: w:1086 h:1080 r:1.0055555555555555
2021-09-13 16:03:43,625 - ERROR - Photo Upload failed with the following response: <Response [400]>
2021-09-13 16:03:43,626 - INFO - Photo 'kuva.png' is not uploaded.
2021-09-13 16:03:43,631 - INFO - Total requests: 31
Process finished with exit code 0

我完美地遵循了这个教程,直到我认为:https://www.youtube.com/watch?v=uyEIihDoXR8

这主要是因为instagram检测到机器人,不让它们上传照片。

最新更新