{"id":13621317,"url":"https://github.com/cryptix/gombrella","last_synced_at":"2025-04-20T00:26:55.888Z","repository":{"id":24422812,"uuid":"27823912","full_name":"cryptix/gombrella","owner":"cryptix","description":"extract bookmarks from raindrop.io","archived":false,"fork":false,"pushed_at":"2014-12-10T15:53:01.000Z","size":152,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T13:52:14.827Z","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/cryptix.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}},"created_at":"2014-12-10T14:41:06.000Z","updated_at":"2023-12-20T03:21:52.000Z","dependencies_parsed_at":"2022-08-06T02:00:19.429Z","dependency_job_id":null,"html_url":"https://github.com/cryptix/gombrella","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2Fgombrella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2Fgombrella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2Fgombrella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cryptix%2Fgombrella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cryptix","download_url":"https://codeload.github.com/cryptix/gombrella/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249832670,"owners_count":21331650,"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":[],"created_at":"2024-08-01T21:01:04.633Z","updated_at":"2025-04-20T00:26:55.831Z","avatar_url":"https://github.com/cryptix.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# extract bookmarks from raindrop.io\n\nthe api documentation is declared as [`soon`](https://raindrop.io/pages/dev) since they launched and apperantly they [want to charge](https://raindrop.io/static/love) now for backing up your content.\n\nI respect that they want to cover their costs with such a model and not mine out their users data but I don't want to pay to get my data back. So I hacked this together, you mainly just have to do 2 requests to get the list of collection ids. you can do so with curl as well.\n\n\n## Requests\n\nThe system is build with express and uses JSON for everything\n\n### Login\n`https://raindrop.io/api/auth/login` \n\nBody:\n```\n{\n\"email\": \"...\",\n\"password\": \"...\"\n}\n```\n\n### Collections and Bookmarks\n`https://raindrop.io/api/collections` for the List of IDs of collections\n\nSee [types.go](https://github.com/cryptix/gombrella/blob/master/types.go) for a description of the fields in the response.\n\n## Usage\n```\ngumbrealla \u003cemail\u003e\n```\n\n\n## Installation\n\nif you have go installed you can just run:\n\n`go get github.com/cryptix/gombrella`\n\nPre-build binaries are hosted at [bintray.com](https://bintray.com/cryptix/golang/gombrella)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptix%2Fgombrella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcryptix%2Fgombrella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcryptix%2Fgombrella/lists"}