-
This was the code i used;
from instapy import InstaPy
insta_username = 'username'
insta_password = 'password'
nogui=True
session = InstaPy(username=insta_username, password=insta_password)
…
-
Hi, not really an issue, just looking for help,
So, I want to have a list so Instapy won't unfollow. How can I achieve that? I've created the list both in json and in csv. Do I have to load it in ses…
-
When running the script with the GUI (Chrome), the follow button/link is not visible if the username is 30 characters or longer. The follow button appears when the window is resized (smaller)
## Ex…
-
Sorry, an error occured: 'bool' object is not subscriptable
-
Hi, Sorry for posting this here as it is not an actual issue. The script is amazing. I just wanted to see peoples thoughts on Potency Ratios.
Right now I'm having a hard time finding a good ratio. P…
-
@uluQulu new error of some sort.
INFO [2018-08-30 09:12:00] [xxx] Going to follow top 50 users.
INFO [2018-08-30 09:12:01] [xxx] >>> self aborting prevented
INFO [2018-08-30 09:12:05] [xxx]…
-
I have 2 users that all is going great, but one of them always getting 12 people to follow them.
but it's going on only in one account...
![image](https://user-images.githubusercontent.com/42403145/…
-
In the example of the schedule automation you get following code. It is unclear to me where to set the username and password. Is this before the def job() or after and between the try?
```
from i…
-
Now I am developing a web page for me to manage my profile and blog information like the image as following:
I can do the base.html for navigation bar. when I click the profile to the profile we…
-
Is there a way to let the bot echo results of the ended script run? Someting like the original message fired by InstaPy, after session.end() ?
pttnx updated
5 years ago