Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

feat: add "mentionsToIgnore" parameter to filter tweets by ignored mentions#87

Open
christianbaumann wants to merge 1 commit intomarcomaroni-github:mainfrom
christianbaumann:ignore-tweet-with-mentions
Open

feat: add "mentionsToIgnore" parameter to filter tweets by ignored mentions#87
christianbaumann wants to merge 1 commit intomarcomaroni-github:mainfrom
christianbaumann:ignore-tweet-with-mentions

Conversation

@christianbaumann
Copy link
Copy Markdown

feat: add "mentionsToIgnore" parameter to filter tweets by ignored mentions

  • Added a new command-line argument --mentions-to-ignore for specifying Twitter handles to ignore.
  • Mentions to these handles will cause the corresponding tweets to be skipped during the import process.
  • Updated argument parsing using yargs and added validation for mentionsToIgnore.
  • Integrated filtering logic to discard tweets containing mentions to ignored handles.
  • Updated documentation and examples to include the --mentions-to-ignore feature.

…ntions

- Added a new command-line argument `--mentions-to-ignore` for specifying Twitter handles to ignore.
- Mentions to these handles will cause the corresponding tweets to be skipped during the import process.
- Updated argument parsing using yargs and added validation for `mentionsToIgnore`.
- Integrated filtering logic to discard tweets containing mentions to ignored handles.
- Updated documentation and examples to include the `--mentions-to-ignore` feature.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants