-
user@DESKTOP:\~/Instagram-reporter$ pip3 install webbot
Requirement already satisfied: webbot in /home/user/.local/lib/python3.8/site-packages (0.34)
Requirement already satisfied: selenium in /home…
-
This is a peculiar one and I'm not sure if it's my config, but there's almost always one conversation in Instagram that just won't sync properly and I've been struggling to get to the bottom of it.
…
-
### Try Instagrapi SaaS with a free trial https://hikerapi.com/p/5GBWznd3
**Describe the bug**
When i try to get the followers i am getting
```
2024-02-28 22:04:32,410:INFO - https://i.inst…
-
I'm trying the first step with logging in but having issues with my csrf cookie not getting used correctly?
`Traceback (most recent call last):
File "/Users/v/Python/instagram_post/main/texts.py…
-
Following the non-Docker [installation directions](https://github.com/Sorunome/mx-puppet-instagram/blob/master/README.md) exactly on a standard Ubuntu box fails when attempting to generate the registr…
-
(venv) PS C:\Users\(removed)\Osintgram> python3 main.py (removed)
Attempt to login...
Error parsing error response: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
F…
-
I'm getting this error:
```
$ python like_my_gf.py
Traceback (most recent call last):
File "like_my_gf.py", line 82, in
liked_media = auth_request()
File "like_my_gf.py", line 72, in auth_r…
-
i'm getting this errors :
Attempt to login...
Error parsing error response: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/home/ak21/Apps/.Tools/Osintgram…
-
Hi,
This is now getting stuck on "waiting for the file inputs"
Here is my log.
```
launching puppeteer
visiting the instagram login page
waiting for the username input
typing in the user…
-
Simple node.js script:
```
var ig = require('instagram-node').instagram();
ig.use({ access_token: 'blahblahblah' });
ig.location('214991417', function(err, result, remaining, limit) {
…