fraud
keyword.Parameter | Value | Justification |
---|---|---|
query.query_string | fraud | The keyword we are looking for. |
filter.types | chat_message | Retrieve only the chat_message events. |
order | asc | Retrieve results in ascending order so that we can resume fetching in the future. |
filter.estimated_created_at.gte | <from_date> | Replace <from_date> with a timestamp that corresponds to 6 hours that we can fetch all results until the current time. |
Description | Example |
---|---|
Search for a telegram channel named “Best Telegram Source” | conversation_name:“Best Telegram Source” |
next
in a database and use it to resume fetching new results in the future.
However, it is important that future requests use the same parameters for everything else but next
. Even the time filter.
Python SDK Example