ohld / igbot

🐙 Free scripts, bots and Python API wrapper. Get free followers with our auto like, auto follow and other scripts!
https://hikerapi.com/p/N2P6iqiM
Apache License 2.0
4.72k stars 1.47k forks source link

like_user not working #723

Closed tobeyond closed 5 years ago

tobeyond commented 5 years ago

Please follow the guide below


Before submitting an issue, make sure you have:

Purpose of your issue?


The following sections requests more details for particular types of issues, you can remove any section (the contents between the triple ---) not applicable to your issue.


For a bug report, you must include the Python version used, code that will reproduce the error, and the error log/traceback.

Code:


bot = instabot.Bot(filter_users=False, filter_verified_accounts=False, min_likes_to_like=0, filter_private_users=False, min_media_count_to_follow=0, filter_business_accounts=False, follow_delay=30)
bot.like_user(USER, amount=AMOUNT, filtration=False)

Error/Debug Log:

2018-12-16 20:08:33,361 - INFO - Going to like 1 medias.
2018-12-16 20:08:33,361 INFO Going to like 1 medias.
100%|█████████████████████████████████████████████████████████████████████████████████| 1/1 [00:12<00:00, 12.29s/it]
2018-12-16 20:08:45,659 - INFO - DONE: Total liked 0 medias.
2018-12-16 20:08:45,659 INFO DONE: Total liked 0 medias.

Describe your issue

I'm using the latest version available with pip. I tried to prevent everything from filtering the profile/media to like but still it's not working. It lists the medias to like but it doesn't do it. Any ideia to fix it?

Also this double info is kind of bothering me. Does anyone know how to stop it?

Thanks

smolyakov26 commented 5 years ago

same here ) no idea looking for solution

tobeyond commented 5 years ago

I found out the min_likes_to_like=0 is not working. After the medias have at least 1 like, it works after all.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

ohld commented 5 years ago

Mass liking works here:

https://github.com/instagrambot/web