Skip to content

feat: adds database support, expr filtering, and a skip-name flag when downloading & an append flag when exporting #915

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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

powerfulsaber
Copy link

This feature allows you to filter a JSON file when downloading using Expr. It's ideal for when you want to apply different filters to the same chat. So instead of repeatedly exporting it with different filters each time, you can export the entire chat once and, from there, filter the JSON file multiple times, significantly reducing the number of requests to Telegram. To also filter messages, include the '--with-content' flag during export.

It also integrates the 'skip-name' feature flag in pull #904 with fixes since it broke with these changes.

@powerfulsaber powerfulsaber changed the title feat: add expr filtering for jsons when downloading & skip-name flag feat: adds expr filter and skip-name flags for downloading & append flag for exports Apr 5, 2025
@powerfulsaber powerfulsaber changed the title feat: adds expr filter and skip-name flags for downloading & append flag for exports feat: adds databse support, expr filtering, and a skip-name flag when downloading & an append flag when exporting Apr 17, 2025
@powerfulsaber powerfulsaber changed the title feat: adds databse support, expr filtering, and a skip-name flag when downloading & an append flag when exporting feat: adds database support, expr filtering, and a skip-name flag when downloading & an append flag when exporting Apr 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant