{"id":14065820,"url":"https://github.com/martapanc/Raindrop.io-digest","last_synced_at":"2025-07-29T21:33:46.811Z","repository":{"id":101477301,"uuid":"290325992","full_name":"martapanc/Raindrop.io-digest","owner":"martapanc","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-10T23:31:57.000Z","size":7568,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-14T07:09:47.705Z","etag":null,"topics":["digest","flask","python","raindrop","rest-api"],"latest_commit_sha":null,"homepage":"","language":"Python","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/martapanc.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}},"created_at":"2020-08-25T21:19:53.000Z","updated_at":"2021-07-21T17:34:44.000Z","dependencies_parsed_at":"2024-02-19T18:20:15.074Z","dependency_job_id":"15a7e1d3-481d-4327-9d31-bb060a83a76d","html_url":"https://github.com/martapanc/Raindrop.io-digest","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martapanc%2FRaindrop.io-digest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martapanc%2FRaindrop.io-digest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martapanc%2FRaindrop.io-digest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/martapanc%2FRaindrop.io-digest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/martapanc","download_url":"https://codeload.github.com/martapanc/Raindrop.io-digest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228052622,"owners_count":17862103,"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":["digest","flask","python","raindrop","rest-api"],"created_at":"2024-08-13T07:04:44.957Z","updated_at":"2024-12-04T05:31:01.021Z","avatar_url":"https://github.com/martapanc.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Digest for Raindrop.io\n\n#### Raindrop API\nDocumentation: https://developer.raindrop.io/\n\nObtain authorization code (through browser):\n```\ncurl --location --request GET 'https://raindrop.io/oauth/authorize?redirect_uri=http://localhost:5000\u0026client_id=\u003cclient id\u003e'\n```\n\nObtain token:\n```\ncurl --location --request POST 'https://raindrop.io/oauth/access_token' \\\n--header 'Content-Type: application/x-www-form-urlencoded' \\\n--data-urlencode 'code=\u003cauth code\u003e' \\\n--data-urlencode 'client_id=\u003cclient id\u003e' \\\n--data-urlencode 'client_secret=\u003cclient secret\u003e' \\\n--data-urlencode 'grant_type=authorization_code' \\\n--data-urlencode 'redirect_uri=http://localhost:5000'\n```\n\nRefresh token:\n```\ncurl --location --request POST 'https://raindrop.io/oauth/access_token' \\\n--header 'Content-Type: application/x-www-form-urlencoded' \\\n--data-urlencode 'client_id=\u003cclient id\u003e' \\\n--data-urlencode 'client_secret=\u003cclient secret\u003e' \\\n--data-urlencode 'grant_type=refresh_token' \\\n--data-urlencode 'refresh_token=\u003crefresh token\u003e'\n```\n\n#### Chromedriver\n[Chromedriver download](http://chromedriver.storage.googleapis.com/index.html)\n\n- Download the latest version of the executable and place it inside the project directory\n- On Macintosh, right click and Open one first time to make sure it has the right permissions\n\n#### MongoDB\nLocal Docker instance:\n```\nbrew pull mongo\ndocker run -p 0.0.0.0:27017:27017 -d --name mongodb mongo\n```\n\nMongo CLI:\n```\nbrew tap mongodb/brew\nbrew install mongodb-community-shell\n```\nResources:\n- [CL cheatsheet](https://gist.github.com/bradtraversy/f407d642bdc3b31681bc7e56d95485b6) \n- [PyMongo](https://api.mongodb.com/python/current/tutorial.html)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartapanc%2FRaindrop.io-digest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartapanc%2FRaindrop.io-digest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartapanc%2FRaindrop.io-digest/lists"}