-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
[BUG/QUESTION] Like/comment timeline, the filtration issue. How and why does it filter? #1356
Comments
Hey @MrMdR, We did a quick check and this issue looks very darn similar to
This could be a coincidence, but if any of these issues solves your problem then I did a good job 😄 If not, the maintainers will get to this issue shortly. Cheers, |
i have only recently started working with the bot, but i would guess that due to the standard filters set in the bot's construct your media will be filtered this code can be found under \instabot\instabot\bot\bot.py
|
I found a workaround for this issue. |
I attempted that workaround on Setting
Did this fix the issue for you because I have not had any success and can't seem to grasp the root cause of this bug? |
Hi. I'm sorry my usecase was just liking. So I didnt even read about comment in the issue title. Checkout if not self.check_media(media):
continue
if self.filter_medias(medias, quiet=True):
return check_user(self, self.get_media_owner(media_id)) and filter_medias(self, media_items, filtration=True, quiet=False, is_comment=False) has filtration true by default. So again filtration issues I guess. (I didnt try it. And won't try it because I dont feel like spaming random 'heys' since I use my personal Instagram account 😂). Hope it helps |
Hi, |
Hi, Thanks for you suggestion! I used like_timeline_feed.py. As you can see there are 8 media, but for some mysterious reason, non are liked. Does anyone know what the reason is for this? |
if had a look at the code because i had the same problem, i had success by changing line 75 in this changed my console output to 2020-04-12 20:17:54,898 - INFO - Not yet logged in starting: PRE-LOGIN FLOW! C:\Users\Chris\Desktop\Instagram\Instabot-master (not working)\instabot-master\examples\comment> as you can see it wants to comment 8 posts now, but i get some other errors rn. I will add a solution to those asap when i find one. ps |
--------------------------------UPDATE----------------------------------- for everyone who uses the standart font from notrfpad unlike me, my solution works without any problems, i checked it rn. for everyone else, who uses some fancy font shit like me |
Before submitting an issue, make sure you have:
Describe your Question/Issue:
Hello,
I have been trying to use instabot for 2 years now but it seems I can not solve/wrap my head around one thing.
After filtration 0 medias left.
Weather I use
bot.comment_medias()
orbot.like_timeline()
orbot.like_medias(bot.get_timeline_medias())
or eventimeline_medias = bot.get_timeline_medias() for media in tqdm(timeline_medias, desc="timeline"): bot.like_user(bot.get_media_owner(media))
They all give 0 results.
But not always. Something's it likes 1, or comments 1. Very rarely tho.
First I thought
bot.like_timeline()
was corrupted, therefore I gathered 2 other methods of liking timeline feed posts. They are probably all the same because the results are also always the same: 0.For a long time, I thought that the filtration was something like “already viewed”. That Instagram/bot keep track of what post I’ve already seen on my timeline and filter those out. So I did not open my Instagram for 3 days while my friends were posting photos.
I ran the attached script and…
After filtration 0 medias left.
.Some additional information:
My installation & usage process is as follows:
pip install -U instabot
(as recently as yesterday)I’ve seen more people having raised this issue. These are similar issues I came across but could not solve my problem:
#1254
#1240
#1283
#1219
#701
#297
#723
#724
It seems there is a lot of confusion about this issue. People, myself included, do not understand what the nature is of this issue people are having. I was hoping that by giving one elaborate post someone could point me in the right direction / see what I did wrong.
Thank you for your help!
Code you are using:
Error/Debug Log:
The text was updated successfully, but these errors were encountered: