Closed MrMdR closed 5 years ago
set param filter_users=False
This seems to work (y). However, I would like it to filter out business accounts etc. Could you explain why it would give this following error?
And how can I turn filtration completely off?
I still get
2019-08-04 23:46:08,515 - INFO - Received 7 medias. 2019-08-04 23:46:08,515 - INFO - After filtration 0 medias left.
sometimes
Thanks in advance! :)
You can set parameters according to which almost all accounts will be suitable. More details here: https://instagrambot.github.io/docs/en/For_developers.html
Parameters can be set in the same way as you installed the comment file: bot = Bot(comments_file=comments_file_name, parameter_name1=value, parameter_name2=value)
If you donβt follow the link to the desired document. Copy it and paste it into the browser manually.
Hi @disayner Sadly that page is incomplete and not helpful.
Could you please explain what is happening? :)
Why do you find this page useless? I suggested you set the filtering options that suit you ( Bot Parameters). All (almost) are described in this document.
For example, you would like to filter business accounts. This parameter is described in the documentation. I showed you how to add it. All together would look like this:
bot = Bot(comments_file=comments_file_name, filter_business_accounts = True)
Just select the parameters for your filtering, indicate their names and values.
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.
Purpose of your issue?
Code:
Error/Debug Log:
Describe your issue
Hi, when I run comment_your_feed.py I expect it to put comments under the media on my feed. However, when I run it It does not so because it says 'Already following, skipping!'. What is happening here?