-
## Expected Behavior
Unfollowing
## Current Behavior
After the sleeping, the unfollow stops working
```
## InstaPy configuration
from instapy import InstaPy
session = InstaPy(
…
-
Since you already have the scrapping feature It would be interesting to use it in our own profile to monitor our followers activity. I thought of a process which could go like this:
1. Scrapping o…
-
Since yesterday these two methods doesn't work.
You get 403 with INFO: {"message": "forbidden", "status": "fail"}, even if you try to connect to graphql link through browser, but without cookie.
-
These are followup enhancements to the beta release here: https://github.com/timgrossmann/InstaPy/pull/4054
For the issue discussed here: https://github.com/timgrossmann/InstaPy/issues/3868
1. The…
-
Hi,
I would like to comment posts on my Instagram homepage and the like_by_feed function does almost what I want.
It basically works fine but I noticed it skips the first 9 posts as it was the like_…
-
So i never programmed in my life except for some basic c++ and html. I am completely new to InstaPy, to python and to bots in general. I followed the youtube tutorial and installed InstaPy and Python …
-
Are there any methods to see and accept the follow requests when the account is private?
-
![IMG_20191015_010926](https://user-images.githubusercontent.com/56509491/66778205-b18ad580-eee8-11e9-8904-2c536b1a365d.JPG)
-
Hi!
From one day to the next, the script no longer worked. No matter whether I used the method:
session.like_by_tags
or
session.like_by_feed
the script logs in, opens the feed and then crashes w…
-
I have two accounts(same code). One is working well. But another have this problem,it only did like,didn't do comment and follow. I uninstalled Instapy, install it again and deleted the cookie,but it …