Hi i am using python xdk . I have created a rule to fetch the posts posted by an account in real time through update rules body and then connected to the real stream through stream config when i tested it , it seems to work and messages were incoming
However i changed the handles between my account and the official account whose messages i need to fetch for the testing purposes , but even though the rule is created my code does not fetch the tweets , I have checked the code thoroughly and also no exception is being raised here . Please resolve my issue so i can continue with my on going project and i am using the pay per use model.
response = client.stream.update_rules(rule_body)
print(response)
config = StreamConfig(timeout=30, max_retries=-1)
Hi i am using python xdk . I have created a rule to fetch the posts posted by an account in real time through update rules body and then connected to the real stream through stream config when i tested it , it seems to work and messages were incoming
However i changed the handles between my account and the official account whose messages i need to fetch for the testing purposes , but even though the rule is created my code does not fetch the tweets , I have checked the code thoroughly and also no exception is being raised here . Please resolve my issue so i can continue with my on going project and i am using the pay per use model.
response = client.stream.update_rules(rule_body)
print(response)
config = StreamConfig(timeout=30, max_retries=-1)