{"id":30620362,"url":"https://github.com/wogong/raindrop-rss","last_synced_at":"2025-08-30T13:35:54.075Z","repository":{"id":307086492,"uuid":"966259045","full_name":"wogong/raindrop-rss","owner":"wogong","description":"A service that generates RSS feeds from Raindrop.io items.","archived":false,"fork":false,"pushed_at":"2025-07-29T09:50:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T11:51:32.185Z","etag":null,"topics":["feed","raindrop","rss"],"latest_commit_sha":null,"homepage":"","language":"Python","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/wogong.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,"zenodo":null}},"created_at":"2025-04-14T16:40:12.000Z","updated_at":"2025-07-29T09:50:34.000Z","dependencies_parsed_at":"2025-07-29T11:51:33.798Z","dependency_job_id":"5ef4c57a-77ae-4481-834f-d0a9b5ec268b","html_url":"https://github.com/wogong/raindrop-rss","commit_stats":null,"previous_names":["wogong/raindrop-rss"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/wogong/raindrop-rss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wogong%2Fraindrop-rss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wogong%2Fraindrop-rss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wogong%2Fraindrop-rss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wogong%2Fraindrop-rss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wogong","download_url":"https://codeload.github.com/wogong/raindrop-rss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wogong%2Fraindrop-rss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272858484,"owners_count":25005092,"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","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["feed","raindrop","rss"],"created_at":"2025-08-30T13:35:51.756Z","updated_at":"2025-08-30T13:35:54.070Z","avatar_url":"https://github.com/wogong.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Raindrop.io items to RSS\n\nA service that generates RSS feeds from Raindrop.io items.\n\n## Features\n\n- Generate RSS feeds from all Raindrop.io items\n- Optionally generate feeds for specific collections\n- Docker support for easy deployment\n\n## Configuration\n\nCreate a `.env` file based on `.env.example`:\n\n```\nACCESS_TOKEN=xxxxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx\nPERPAGE=50\n```\n\n### Raindrop.io Access Token\n\nTo get your Raindrop.io access token:\n\n1. Go to https://app.raindrop.io/settings/integrations\n2. Create a new application\n3. Copy the token\n\n## Usage\n\n### All Items Feed\n\nAccess all your Raindrop.io items:\n\n```\n# params are optional\nGET /?perpage=50\u0026page=0\n```\n\n## Podman or Docker\n\n```\npodman run -d --name raindrop-rss \\\n  -p 5000:5000 \\\n  -e ACCESS_TOKEN=\u003cYOUR_ACCESS_TOKEN\u003e \\\n  -e PERPAGE=50 \\\n  -e FLASK_ENV=production \\\n  ghcr.io/wogong/raindrop-rss:latest\n```\n\nif you want to use `systemd` to manage this service, please reference to `raindrop-rss.container`.\n\n## Environment Variables\n\n- `ACCESS_TOKEN`: Raindrop.io access token, `Test token` actually, see reference.\n- `PERPAGE`: Items per page (default: 50)\n\n## Reference\n- https://developer.raindrop.io/v1/authentication/token","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwogong%2Fraindrop-rss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwogong%2Fraindrop-rss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwogong%2Fraindrop-rss/lists"}