#RSS #Notion
获取 notion.so 中的 RSS 源

#RSS #Notion 获取 notion.so 中的 RSS 源

Property
Jul 7, 2022 09:54 AM
Status
Date
URL
https://github.com/Jeadie/notion-rss
notion image

notion image

notion-rss

Get RSS feeds in notion.so daily

Database Interface

This project uses two notion databases: to store RSS links (to subscribe to), to store the RSS content.

Feeds Database

Property Name
Property Type
title
url

Content Database

Property Name
Property Type
title
url
boolean

Github Action Secrets

Github Secrets needed in the repository for the workflow actions to work:
  • NOTION_API_TOKEN: notion.so api token for a specific integration. Integration must have access to NOTION_RSS_CONTENT_DATABASE_ID and NOTION_RSS_FEEDS_DATABASE_ID.
  • NOTION_RSS_CONTENT_DATABASE_ID: notion.so database id that stores RSS content (see Database Interface / Content Database).
  • NOTION_RSS_FEEDS_DATABASE_ID: notion.so database id that stores RSS feed details (see Database Interface / Feeds Database).
  • GITHUB_TOKEN: Github token to allow Github action to post release details/assets to this repository.

Nice to haves

  • Add read/starred properties to feed database.
  • Remove old, unread/starred items
  • Use rss.Item.Content into notion blocks so the content can be viewed in Notion.
  • Add Categories to RSS items, and notion content tables.
  • Use release binary in .github/workflows/release.yml.