Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

like_user not working #723

Closed
5 of 7 tasks
tobeyond opened this issue Dec 16, 2018 · 4 comments
Closed
5 of 7 tasks

like_user not working #723

tobeyond opened this issue Dec 16, 2018 · 4 comments
Labels

Comments

@tobeyond
Copy link

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 carefully and answer completely.
  • Put an x into all the boxes [ ] relevant to your issue (like so [x]).
  • Use the Preview tab to see how your issue will actually look like.

Before submitting an issue, make sure you have:

  • Updated to the latest version
  • Read the README and docs
  • Searched the bugtracker for similar issues including closed ones

Purpose of your issue?

  • Bug report (encountered problems/errors)
  • Feature request (request for a new functionality)
  • Question
  • Other

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
Copy link

same here ) no idea looking for solution

@tobeyond
Copy link
Author

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
Copy link

stale bot commented Feb 17, 2019

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.

@stale stale bot added the stale label Feb 17, 2019
@stale stale bot closed this as completed Mar 3, 2019
@ohld
Copy link
Owner

ohld commented Mar 3, 2019

Mass liking works here:

https://github.com/instagrambot/web

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants