-
I have an account at pixelfed.social and I'd like to follow it from my mastodon account, but it doesn't work. It says something like "sent following request".
My pixelfed account was private previ…
-
My "amount" parameter is set to 200. Last session InstaPy only unfollowed 31 profiles.
## Expected Behavior
Expect it to unfollow a total of 200 profiles
## Current Behavior
Last session i…
-
Here is my script:
``` js
// Authenticate via OAuth
var tumblr = require('tumblr.js');
var client = tumblr.createClient({
consumer_key: 'a',
consumer_secret: 'b',
token: 'c',
token_secre…
-
Hello. I follow someone's followers. Here is my code:
```
from instapy import InstaPy
session = InstaPy(username='username', password='pass')
session.login()
session.follow_user_followers([…
-
## Expected Behavior
1. interact_user_followers() should not get into 'Suggestions for you' area.
2. One user should be interacted only once during a run/session
## Current Behavior
interact…
-
One feature I had wanted from Instapy was to make it not follow someone again that's been previously unfollowed through Instapy.
I decided to code it during my free time and I think it is now ready…
-
## Expected Behavior
Hi i know there are about 9 diferrent logs for insta.py, i want this logs send it to a data base to then use this data to generate a report
## Current Behavior
there is…
-
In Firefox, if I click "Export All" on the first page, I get a pop-up window that shows the number "400" w/ nothing else (I have 470 playlists). If I hit OK, it pops up again a couple times, and at t…
-
## Expected Behavior
Since last commit, it's trying to import non existing functions from print_log_writer.py on unfollow_utils.py
```python
from .print_log_writer import log_uncertain_unfollowed…
-
C:\Users\User\Downloads\InstaPy-master>python quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 1, in
from instapy import InstaPy
File "C:\Users\User\Downloads\InstaPy-m…