ravgeetdhillon / notion-feeder

🕸 A Node app for creating a Feed Reader in Notion.
https://www.producthunt.com/posts/notion-feeder
MIT License
294 stars 572 forks source link

Look for existing entries to prevent duplicates #9

Open Pacman99 opened 3 years ago

Pacman99 commented 3 years ago

I was able to do it with only one api call to get all pages from the reader database which have matching links to the currently pulled feed items. Then before adding notion pages we just check if the feed item exists in that list.