A Rust app for creating RSS Feeds in Notion.

NOTION_API_TOKEN later.NOTION_API_TOKEN
NOTION_SOURCE_DATABASE_ID
NOTION_FEED_DATABASE_IDTo find the source database ID, open the Sources page. You'll get a URL like this: https://www.notion.so/{database_id}?v={view_id}. To find the feed database ID, open the main page of the template. Highlight the table and click on the "dots" button and select Open as page option. Copy the database ID from the URL in the same way you did for the source database ID. Example:
The application accepts the source database ID and feed database ID as parameters. This can be useful if you want to configure multiple RSS feeds in Get Feed action here. Example:
./notion-feed --notion-source-database-id=... --notion-feed-database-id=...
The feed will be updated daily at 12:30 UTC. If you want to change the time, you can change the cron job here
$ claude mcp add notion-feed.rs \
-- python -m otcore.mcp_server <graph>