Skip to content
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

Deduplicate repeated tweets? #4

Open
grinnellian opened this issue Jul 27, 2020 · 1 comment
Open

Deduplicate repeated tweets? #4

grinnellian opened this issue Jul 27, 2020 · 1 comment

Comments

@grinnellian
Copy link
Contributor

I often see cases where multiple people attempt to RT w/ #defendPDX
(Heck, I've done it myself before I learned to get better at checking other retweets first)
However, slowing down to check for other RTs reduces the utility of the repeater somewhat.

How would you like to handle duplicates and deduplication?
Some ideas/cases to think about:

  • Could a sufficient number of tweets from accts not on the allow-list cause a repeater RT?
  • How far down a chain of RTs should a dupe be considered a dupe?
    e.g. if Alice tweets "King Bun on 3rd and Salmon" and Bernice RTs with "DefendPDX" then some time later (after more retweets) Francie retweets the lot saying "King Bun moved to 5th & Main #DefendPDX" we might want to RT the updated information.
@jmlingeman
Copy link

I could see this being implemented as a simple “90% of tokens are the same” or similar, but anything more sophisticated falls into the NLP realm where information duplication detection is a field of ongoing research and probably outside the scope of this bot.

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

No branches or pull requests

2 participants