#Notion #RSS
🔖 RSS 遇到用 Go 编写的 Notion

#Notion #RSS 🔖 RSS 遇到用 Go 编写的 Notion

Property
Aug 28, 2022 06:47 AM
Status
Date
URL
https://github.com/kaneshin/rss-in-notion
notion image

rss-in-notion

notion image
RSS meets Notion written in Go
notion image

Setup

Please fork the repository if you want to feed pages by your favorite urls. Then setup configuration.

Notion

You need to prepare Notion Database then set properties.
Property Name
Property Type
Comment
Title
Article title
URL
Article url
Date
Article published datetime
Created time
Notion Page created datetime
Multi-select
Select
one of "Reading", "Read", "Stock"

Environment

  • NOTION_TOKEN
  • NOTION_DATABASE_ID
If you want to run this task on GitHub Actions, set these environment in settings page. And then, please configure your yaml files placed in .github/workflows like this below.
on:
 workflow_dispatch:
 schedule:
 - cron: 0 4 * * *
 push:
 branches:
 - main

Author

Shintaro Kaneko