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

Add de-duping to feediverse #46

Merged
merged 4 commits into from
May 22, 2024
Merged

Add de-duping to feediverse #46

merged 4 commits into from
May 22, 2024

Conversation

astyfoo
Copy link

@astyfoo astyfoo commented Dec 6, 2022

Setting up some bots for scraping RSS and pushing to Mastodon recently, I notice many larger sites (e.g. CNBC) update their entries either to make updates to make changes, or just push old entries to the top. This causes feediverse to re-toot entries, sometimes several times in a row.

Added a command line flag (by default disabled) to add some basic de-duplication and maintain its state in the .feediverse file.

Chris Allegretta added 4 commits December 6, 2022 15:39
Command line option "dedupe", by default disabled, will check the
tag in question (e.g. "url") again not re-toot if it has already
been seen. Ads a "dupecheck" entry in .feediverse state file to
state preserve across multiple runs
@astyfoo
Copy link
Author

astyfoo commented Dec 26, 2022

Hello, first of all happy holidays!

Second, I'm hoping this can be merged with upstream - if there is any additional documentation or refactoring needed please just say the word.

@edsu edsu merged commit dccc90a into edsu:main May 22, 2024
@edsu
Copy link
Owner

edsu commented May 22, 2024

Sorry it took so long to get to this!

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.

2 participants