From 8e6a1041933d4414ff206e43d0a9a9c175118165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20L=C3=B6tzsch?= Date: Sun, 6 Mar 2022 19:04:45 +0100 Subject: [PATCH] tested interface for google docs --- README.md | 10 +++++----- import/api/google-docs/README.md | 5 +++++ 2 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 import/api/google-docs/README.md diff --git a/README.md b/README.md index fae9ccc..44ae5e4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This repository contains tools for NGOs organizing private hosting. ## Import of existing datasets - [x] https://mission-lifeline.de/unterkunft-bereitstellen/ -- [ ] https://warhelp.eu/ +- [x] https://warhelp.eu/ - [x] https://www.dhdd.info/ - [x] https://icanhelp.host/ (public API) @@ -14,19 +14,19 @@ This repository contains tools for NGOs organizing private hosting. - [x] csv - [x] xlsx -## A secure / robust / scalable **backend** usable by all NGOs +## A secure / robust / scalable **backend**, usable by all NGOs - [ ] nixos server deployment - [ ] reproducible builds with nixpkgs - [ ] xtdb -Will be inspired by [swlkup](https://github.com/johannesloetzsch/swlkup) +Reuses the technology stack of [swlkup](https://github.com/johannesloetzsch/swlkup) -## A frontend for NGO members authorized to **search** within the database +## A frontend for authorized NGO members, to **search** the database - [ ] TODO -## A customizable public form to submit new offers +## A customizable public form, to submit new offers There is no need to use this component for NGOs happy with their existing solution. diff --git a/import/api/google-docs/README.md b/import/api/google-docs/README.md new file mode 100644 index 0000000..22c8882 --- /dev/null +++ b/import/api/google-docs/README.md @@ -0,0 +1,5 @@ +csv download can be used for now + +## API + +Using a token with OAuth scope `https://www.googleapis.com/auth/documents.readonly`, document retrieval via [API](https://developers.google.com/docs/api/reference/rest/v1/documents/get) should work.