instagrapi icon indicating copy to clipboard operation
instagrapi copied to clipboard

🔥 The fastest and powerful Python library for Instagram Private API 2024

Results 296 instagrapi issues
Sort by recently updated
recently updated
newest added

### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Provide a piece of code to...

bug

How to get more than 100 likes? The HikerAPI.com service does this even with other people’s posts (not posts from the account you are using). How does this work? Through...

enhancement

**Describe the bug** when u run `client.user_info_by_username('USERNAME)` **Desktop (please complete the following information):** - OS: Windows 11 - Python version 3.11 - instagrapi version 1.19.7 ** Screenshots This doesn't work...

bug

**Story Upload Issue with Mentions, Links, Hashtags, and Locations Not Appearing in Datastructure** **Description** When uploading a story to Instagram using the Instagrapi private API, the mentions, links, hashtags, and...

bug

My current code is: ``` album = ['temp/temp_0_0.jpg', 'temp/temp_0_1.jpg', 'temp/temp_0_2.jpg'] for story in album: story = Path(story) bot.photo_upload_to_story(path=story, caption='') ``` And I get: ``` Traceback (most recent call last): File...

bug

``` --------------------------------------------------------------------------- ValidationError Traceback (most recent call last) Cell In[35], line 1 ----> 1 cl.media_oembed(a).dict() File ~/dlp-serv/yt-dlp-api/yt/lib/python3.11/site-packages/instagrapi/mixins/media.py:388, in MediaMixin.media_oembed(self, url) 374 def media_oembed(self, url: str) -> Dict: 375 """ 376...

bug

### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3 **Describe the bug** Any usage of a type that has 'datetime' in it may fail (e.g. in types.py: Media, Comment, Story,...

bug

```python import os from instagrapi import Client import logging logger = logging.getLogger() # Define the username or obtain it from an environment variable USERNAME = os.getenv("IG_USERNAME") # Initialize Instagram Client...

bug

**Describe the bug** First of all, this issue is appeared with vary set of functions in this package. But this is just one of them. **To Reproduce** ```python from instagrapi...

bug

cl.account_edit() => email to challange hacked lock. `ChallengeResolve: Unknown step_name "select_contact_point_recovery" for "dmlaevci" in challenge resolver: {'step_name': 'select_contact_point_recovery', 'step_data': {'choice': '1', 'email': 'h*******7@s*****.ga', 'hl_co_enabled': True, 'sigp_to_hl': False}, 'flow_render_type': 3, 'bloks_action':...

bug