-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for exporting own messages only from timeframe #264
Comments
Hey @razvanphp, thank you for the suggestion. I think once I get the v3 out, this would be a great feature to have, I'll add it in v3.1 milestone. |
Added in v3.0.0 You can try it by checking out the
|
Yes! it worked, thank you! Now I have to write my own script for parsing and calculations 🙂 |
Hey @razvanphp , the output file is a valid JSONL document, where each line is a JSON object. This is done to reduce memory usage. If I was to assemble an array of million messages, that would take considerable amount of RAM, so JSONL shifts that problem to the user |
Pagination seems to be missing from this |
@kisst , thanks, I don't remember there was an issue last time I checked, interesting. I'll have a look. |
My usecase is rather interesting, but maybe also useful for other freelancers.
I want to be able to export all my messages from last month so I can calculate my hourly timesheet for invoicing.
I can easily select them in search, by choosing from:me and filter:range but pagination is awful and I can't programatically work on the dates and hours.
Thank you!
R
The text was updated successfully, but these errors were encountered: