Skip to content

[Twitter] How does the extractor.twitter.unique option work? #2869

Answered by mikf
Hrxn asked this question in Q&A
Discussion options

You must be logged in to vote

extractor.twitter.unique tries to fix a problem outlined in #2712 (comment), where /with_replies timelines can return the same Tweet multiple times, which might potentially interfere with -A, for example.

It is implemented by keeping a list of previously seen Tweet IDs in memory and rejecting any Tweet that has an ID already in said list. (1d14928)

It is kind of redundant, but you can turn it off if you don't like it / don't want to waste extra memory.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Hrxn
Comment options

@mikf
Comment options

mikf Aug 30, 2022
Maintainer

@nisehime
Comment options

Answer selected by Hrxn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants