from http import client

from instagrapi import Client


user = "hert2421"
password = "Hacking@6344"
cl = Client()
cl.login(user,password)

cl.clip_upload('/Users/jitendersingh/Documents/640.mp4', 'Follow for more...' )

0 comments:

Post a Comment

 
Top