{"id":39055718,"url":"https://github.com/virtualroot/rss-to-notion","last_synced_at":"2026-01-17T18:00:43.584Z","repository":{"id":263906129,"uuid":"891752681","full_name":"virtualroot/rss-to-notion","owner":"virtualroot","description":"Sync feeds (RSS, Atom, JSONFeed) to a Notion database","archived":false,"fork":false,"pushed_at":"2025-04-19T13:21:06.000Z","size":22,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T18:02:52.553Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtualroot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-11-20T22:26:55.000Z","updated_at":"2025-04-19T13:21:03.000Z","dependencies_parsed_at":"2024-11-20T23:29:39.011Z","dependency_job_id":"aab2a388-98de-4ca4-adec-b75d332d96a7","html_url":"https://github.com/virtualroot/rss-to-notion","commit_stats":null,"previous_names":["virtualroot/rss-to-notion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/virtualroot/rss-to-notion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Frss-to-notion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Frss-to-notion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Frss-to-notion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Frss-to-notion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtualroot","download_url":"https://codeload.github.com/virtualroot/rss-to-notion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtualroot%2Frss-to-notion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28514939,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T17:57:59.192Z","status":"ssl_error","status_checked_at":"2026-01-17T17:57:52.527Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-01-17T18:00:25.693Z","updated_at":"2026-01-17T18:00:43.576Z","avatar_url":"https://github.com/virtualroot.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSS to Notion\n\nA Go application that automatically syncs feeds to a Notion database. It fetches feeds in parallel, converts HTML content to Markdown, and creates pages in your Notion database while avoiding duplicates.\n\n## Features\n\n- Supports RSS, Atom and JSONFeed\n- Parallel processing of multiple feeds\n- HTML to Markdown conversion until we find a way to support Notion's RichText\n- Duplicate entry detection\n- Rate limiting to respect Notion API limits\n- YAML configuration file support\n\n## Prerequisites\n\n- Go :hamster:\n- A Notion account and integration API key\n- A Notion database to store the feeds entries\n\n## Setup\n\n1. Create a Notion integration:\n   - Go to https://www.notion.so/my-integrations\n   - Click \"New integration\"\n   - Give it a name, choose Type \"Internal\" and associate it with your workspace\n   - Save the API key\n\n2. Create a Notion database:\n   - Create a new database in Notion\n   - Add the following properties:\n     - Name (title)\n     - URL (url)\n     - Published (date)\n   - Share the database with your integration\n   - Copy the database ID from the URL (the part after the workspace name and before the question mark)\n\n3. Clone the repository:\n   ```bash\n   git clone https://github.com/virtualroot/rss-to-notion\n   cd rss-to-notion\n   ```\n\n4. Create a `feeds.yaml` configuration file:\n   ```yaml\n   feeds:\n      - https://example.com/blog.rss\n      - https://example.org/feed.atom\n      - https://blog.example.net/feed.xml\n   notion_db_id: \"your-database-id\"\n   notion_api_key: \"your-integration-api-key\"\n   ```\n\n5. Build and run:\n   ```bash\n   go build\n   ./rss-to-notion\n   ```\n\n## Configuration\n\nThe `feeds.yaml` file supports the following options:\n\n- `feeds`: List of RSS feed URLs to monitor\n- `notion_db_id`: Your Notion database ID\n- `notion_api_key`: Your Notion API integration token\n\n## Rate Limiting\n\nThe application implements rate limiting of 3 requests per second to comply with Notion's API guidelines.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualroot%2Frss-to-notion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtualroot%2Frss-to-notion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtualroot%2Frss-to-notion/lists"}