I have tried to upload the video file in MacOS using python3 but no luck every time it shows uploaded but I do not see the video file in my Instagram account. Could you please provide reason for the same? where is the file now?
Code:
from instabot import *
bot = Bot()
bot.login(username = "xx", password="xx")
bot.upload_video("IMG_6517.m4v",caption ="First Video install directly from myPc without using Insta UI")
Result:
2020-06-06 14:24:31,763 - INFO - Started uploading
'/Users/samirthantharate/Desktop/IMG_6517.m4v'
2020-06-06 14:24:31,763 - INFO - Started uploading
'/Users/samirthantharate/Desktop/IMG_6517.m4v'
Analizing/Users/samirthantharate/Desktop/IMG_6517.m4v
FOUND w:720, h:1280, rotation=0, ratio=0.5625
Vertical video
Cropping video
2020-06-06 14:25:06,836 - INFO - Video
'/Users/samirthantharate/Desktop/IMG_6517.m4v' uploaded
2020-06-06 14:25:06,836 - INFO - Video
'/Users/samirthantharate/Desktop/IMG_6517.m4v' uploaded
{'upload_id': '1591433671764', 'device_timestamp': '1591433671764'}