SetupPlease fork the repository if you want to feed pages by your favorite urls. Then setup configuration.
NotionYou need to prepare Notion Database then set properties.Property NameProperty TypeCommentNameTitleArticle titleURLURLArticle urlPublishDateArticle published datetimeCreatedCreated timeNotion Page created datetimeTagsMulti-selectStatusSelectone of "Reading", "Read", "Stock"
EnvironmentNOTION_TOKENNOTION_DATABASE_IDIf 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