
RSS meets Notion written in Go

Please fork the repository if you want to feed pages by your favorite urls. Then setup configuration.
You need to prepare Notion Database then set properties.
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
Shintaro Kaneko