Closed youngkm3 closed 6 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.
Use "filter_users=False" in Bot section.
Example:
bot = Bot(filter_users=False, like_delay=180, max_likes_to_like=80)
Then you can have that error.
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.
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like so [x]).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.
Paste the output of
python -V
here: 3.6.5Describe your issue
I am running the "multi_script_CLI.py" example and it doesn't seem that my parameters are being considered when I use the "follow_users_by_hashtag" method. It keeps giving me errors on about 80% of accounts saying that it is skipping. Also, I want to follow Business accounts. See the log below:
My parameters are set up as follows (there should be no way that any of the filters are hit based off my high numbers):
So in summary, I'm basically looking to follow ALL accounts with certain hashtags, but 80% of the accounts get skipped either due to being Business account, not meeting parameters, or being verified.
Please help! Thanks