-
Traceback (most recent call last):
File "/Users/PycharmProjects/InstaPy/ivy.py", line 34, in
session.like.hashtags(amount=10, iterable=["mentalhealth"])
File "/Users/PycharmProjects/InstaP…
-
The script is missing a requirement:
```
File "/usr/local/anaconda3/envs/insta-brazil/lib/python3.11/site-packages/instagrapi/mixins/clip.py", line 18, in
raise Exception("You don't have PI…
ap0l0 updated
11 months ago
-
Hey,
Enjoying the project, however for the last couple of months have been facing this error:
Looks like the instagram api link for https://i.instagram.com/api/v1/tags/[hashtag]/sections/ is no …
-
Hello, my tweets were failing for some reason and I came to this page and saw the warning in the README. Keeping up with twitter must be frustrating, so thank you for keeping this library going.
I …
-
The script worked the first few times but it seems to have stopped working somehow.
I get an error as soon as I run start.py or app.py
![image](https://github.com/Avnsh1111/Instagram-Reels-Scraper…
-
Hi there !
i use this code to download all stories from user id
```
stories = cl.user_stories(user_id)
for story in stories :
cl.story_download_by_url(story.pk,folder='stories/')
```
…
-
**Describe the bug**
Input should be a valid datetime, dates after 9999 are not supported as unix timestamps [type=datetime_parsing, input_value='1702926042126901', input_type=str]
For further…
-
### Problem description
Unable to install seaborn.
```
pip install seaborn
Collecting seaborn
Downloading seaborn-0.12.1-py3-none-any.whl (288 kB)
━━━━━━━━━━ 288.2/288.2 569.0 kB/s eta …
-
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
**Describe the bug**
The API returns the primary key (pk) as an int type, but Pydantic expects it to be of type str.
**…
-
This script below can be used to replicate the issue
```
from instagrapi import Client
SESH_ID="Your session id"
VID ="Test video path"
client =Client()
cl.login_by_sessionid(SESH_ID)
…