api icon indicating copy to clipboard operation
api copied to clipboard

Unofficial Instagram API

Results 5 api issues
Sort by recently updated
recently updated
newest added

2023-03-16 22:52:55,438 - INFO - Instabot version: 0.117.0 Started Traceback (most recent call last): File "/home/amarnath/Desktop/dev/insta/expo.py", line 7, in bot.login(username='username', password='password') File "/home/amarnath/.local/lib/python3.11/site-packages/instabot/bot/bot.py", line 443, in login if self.api.login(**args) is...

in api.py line 59 and 56 ``` self.logger.setLevel(logging.DEBUG) #line 56 logging.basicConfig(format='%(asctime)s %(message)s', filename='instabot.log', level=logging.INFO #line 59 ) ``` i think line 59 override line 56, is it true and must...

Autopost wont work. Get a msg "I/O operation on closed file" https://github.com/instagrambot/instabot/issues/412

when i try to enter into my account every single time, the bot tops because instagram redirects to a challenge page where you should provide a code that was sent...

To correctly split the line into two parts it has to be a "1". https://github.com/instagrambot/api/blob/e6cc2276a82c482ad04828bd677af13872749963/prepare.py#L23 https://github.com/instagrambot/api/blob/e6cc2276a82c482ad04828bd677af13872749963/prepare.py#L53