{"id":13907787,"url":"https://github.com/Jeadie/notion-rss","last_synced_at":"2025-07-18T06:31:15.757Z","repository":{"id":43896073,"uuid":"510974399","full_name":"Jeadie/notion-rss","owner":"Jeadie","description":"Get RSS feeds in notion.so","archived":false,"fork":false,"pushed_at":"2024-10-24T07:05:36.000Z","size":172,"stargazers_count":53,"open_issues_count":1,"forks_count":63,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-27T07:57:25.135Z","etag":null,"topics":["notion","notion-api","notion-client","rss","rss-aggregator"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jeadie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-06T03:28:27.000Z","updated_at":"2025-01-23T19:12:20.000Z","dependencies_parsed_at":"2024-10-24T09:29:06.432Z","dependency_job_id":"71744a7c-e9d4-43df-9d34-19d05b006b07","html_url":"https://github.com/Jeadie/notion-rss","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jeadie/notion-rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeadie%2Fnotion-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeadie%2Fnotion-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeadie%2Fnotion-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeadie%2Fnotion-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jeadie","download_url":"https://codeload.github.com/Jeadie/notion-rss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jeadie%2Fnotion-rss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265710541,"owners_count":23815375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["notion","notion-api","notion-client","rss","rss-aggregator"],"created_at":"2024-08-06T23:02:10.505Z","updated_at":"2025-07-18T06:31:15.516Z","avatar_url":"https://github.com/Jeadie.png","language":"Go","funding_links":[],"categories":["HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# notion-rss\nGet RSS feeds in notion.so daily\n\n## Overview\nnotion-rss lets you manage and retrieve all your RSS feeds in Notion.so.\n\nOne can add rss feeds, and every day, a cron Github Action will trawl your RSS feeds for new content.\n![rss-feeds](assets/rss_feeds.png)\n\nThen you can find them all in Notion.so\n![rss-items](assets/rss_items.png)\n\n## Usage\n1. Fork the repo (it sets up Github Actions, etc)\n2. Create two databases in Notion with the properties defined below.\n3. Create a notion connection and get an API token.\n4. Add Github action secrets defined [below](#github-action-secrets) \n5. Populate your Feeds Database in Notion\n6. Wait until tomorrow for new RSS content (or manually run the Github action .github/workflow/cron.yml)\n\n## Database Interface\nThis project uses two notion databases: to store RSS links (to subscribe to), to store the RSS content. \n\n### Feeds Database\n\n| Property Name | Property Type |\n| --- | :-- |\n| Title | title |\n| Link | url |\n| Enabled | checkbox |\n\n### Content Database\n\n| Property Name | Property Type |\n| --- | :-- |\n| Title | title |\n| Link | Url |\n| Description | Text |\n| Enabled | Checkbox |\n| From | Select |\n| Categories | MultiSelect |\n| Published | Date |\n| Starred | Checkbox |\n| Created | Date |\n\n## Github Action Secrets\nGithub Secrets needed in the repository for the workflow actions to work:\n- `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`.     \n- `NOTION_RSS_CONTENT_DATABASE_ID`: notion.so database id that stores RSS content (see Database Interface / Content Database).\n- `NOTION_RSS_FEEDS_DATABASE_ID`: notion.so database id that stores RSS feed details (see Database Interface / Feeds Database).\n\n## Nice to haves\n1. Use rss.Item.Content into notion blocks so the content can be viewed in Notion.\n2. Convert combined RSS feeds into single feed: https://github.com/gorilla/feeds\n\n### Improve Code Quality\n1. Use release binary in `.github/workflows/release.yml`.\n2. Write unit tests\n3. Write integration tests\n4. Finish Github action to run unit and integration tests.\n5. Add in Precommit\n6. Add in badging on README.\n7. Replicate Github actions with local scripts","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJeadie%2Fnotion-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJeadie%2Fnotion-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJeadie%2Fnotion-rss/lists"}