mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-09 07:02:01 -05:00
[PR #79] [MERGED] [medium] Remove Spam #83
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/feeddeck/feeddeck/pull/79
Author: @ricoberger
Created: 11/26/2023
Status: ✅ Merged
Merged: 11/26/2023
Merged by: @ricoberger
Base:
main← Head:medium-remove-spam📝 Commits (1)
e631e21[medium] Remove Spam📊 Changes
1 file changed (+35 additions, -0 deletions)
View changed files
📝
supabase/functions/_shared/feed/medium.ts(+35 -0)📄 Description
When using Medium as a source it is possible that the a lot of items might be spam when following a tag. To reduce the spam, we filter these items based on a word list and an calculated score. The score is calculated by the number of words which are included in the title from our word list.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.