Instagram Private API wrapper (public+private requests and challenge resolver).
Questions tagged [instagrapi]
18 questions
0
votes
1 answer
send direct message using instagrapi
I'm tryin to send DM's with instagrapi, I've followed the docs up to a point and currently this is my code
from instagrapi import Client
cl = Client()
cl.login(USERNAME, PASSWORD)
cl.direct_send("This is a message", ['53979279619', '54365742245',…

Gerald-x
- 65
- 9
-1
votes
0 answers
ResponseError('too many 500 error responses')
I'm creating a program that does things with instagram using a library called instagrapi. The problem is that after a couple of calls to the server, the program gives me this error:
HTTPSConnectionPool(host='www.instagram.com', port=443): Max…

Ricky05Ricky05
- 1
- 1
-2
votes
0 answers
I want the instagrapi bot to upload multiple videos at one go
What i want is probably like a functionality where you choose like a folder instead of file and then make the bot automatically go over all of the videos inside that folder and upload them one by one
from instagrapi import Client
user =…

ditkii
- 1