-
I was trying to use comment_user and comment_users functions to comment of user's follower's media.
below is the code
```python
import sys
import os
import time
import random
from tqdm impo…
-
def _filter_medias_not_commented(self, media_items):
not_commented_medias = []
for media in media_items:
if media['comment_count'] > 0:
my_comments = [comment for comme…
-
## Please follow the guide below
- Issues submitted without this template format will be **ignored**.
- You will be asked some questions and requested to provide some information, please read them…
-
## Please follow the guide below
- Issues submitted without this template format will be **ignored**.
- You will be asked some questions and requested to provide some information, please read them…
-
Python 2.7.10
Code:
```python
# Example code that will produce the error reported
from instabot import Bot
bot = Bot()
bot.login(username="my_username", password="my_password")
users = bot.…
-
hello guys,
I was try launch the "multi_script_CLI.py", and as I try the script everything works well, but the thing is usuallly, for each user, the bot coments around 18 medias after filtration. …
-
Had a quick question, occasionally I use a third party app called "Repost" to copy another users photo/video, and repost it on my profile. Is there something I can do to try to make my own?
I am st…
-
```
Traceback (most recent call last):
File "ultimate.py", line 15, in
bot = Bot(comments_file=config.COMMENTS_FILE, blacklist=config.BLACKLIST_FILE, whitelist=config.WHITELIST_FILE)
TypeEr…
-
## Please follow the guide below
- Issues submitted without this template format will be **ignored**.
- You will be asked some questions and requested to provide some information, please read them…
-
is there any possible way bot will like and comment on last recent media and skip to next user in the list and so on . Now the likes and comment on all most possible post ( sometime 18 sometime 12 p…