Closed Hyaxia closed 5 years ago
Can you also add an option for excluding messages with a given sender?
Also, you should rebase this to clean it up to comply with Zulip's commit style. Check out our GitHub guide and commit guidelines for more details.
(I did some basic testing on chat.zulip.org, and this does work for filtering worlds from the content of messages; but the main use case we have in mind is filtering messages sent by certain accounts, so we should add that.)
@timabbott I hope this is what you ment by rebasing. If not, please provide me with further instructions as I don't seem to find any other way.
Sorry for the slow review! This looks great, merged. Thanks for fixing!
Relevant issue - https://github.com/zulip/python-zulip-api/issues/486
Any thing that will be entered in the --exclude string separated by a ',' will then be checked if it appears in the tweet. If it does then the tweet wont be sent.