Hi,
My code is
rule = gen_rule_payload("dirilis ertugrul -fragman -has:links -has:mentions ", results_per_call=100, from_date="2017-09-01", to_date="2017-10-30" ) # testing with a sandbox account
Im using python searchtweets package.
with this code I want to get tweets that contain “dirilis ertugrul” keyword but I dont want to get that contain “fragman” keyword , links and mentions. This code not working for me .
Anybody knows what Im doing wrong?
Thank you.