fb-page-chat-download
fb-page-chat-download copied to clipboard
Add "time range" to get message
Hi eisenjulian, your script run so good, but I cannot know the time range that your script get conversation, so can you update your script, add "time range" and "message number per person" (because sometime, I dont want to get all message from each person) as parameter to get conversation?
Thank you.
Hello @voldermort28 the script accepts --since
and --until
parameters to limit the dates to get messages, but currently it doesn't support a limit on quantity.
We could add a paramenter --limit
and return early in the function here https://github.com/eisenjulian/fb-page-chat-download/blob/master/run.py#L53 when we have enough messages for the thread.
If you have the time to make that change, I'll gladly accept the PR!