From 89643ba6fa98db82efd3246805ef801a8bfb5c81 Mon Sep 17 00:00:00 2001 From: Jeff Huth Date: Wed, 13 Nov 2019 17:03:56 -0800 Subject: Initial commit Discovery mode works. Still working on normal sync. --- config.json.example | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 config.json.example (limited to 'config.json.example') diff --git a/config.json.example b/config.json.example new file mode 100644 index 0000000..159aafb --- /dev/null +++ b/config.json.example @@ -0,0 +1,8 @@ +{ + "client_id": "YOUR_CLIENT_ID", + "client_secret": "YOUR_CLIENT_SECRET", + "refresh_token": "YOUR_REFRESH_TOKEN", + "spreadsheet_id": "YOUR_GOOGLE_SPREADSHEET_ID", + "start_date": "2019-01-01T00:00:00Z", + "user_agent": "tap-google-search-console " +} -- cgit v1.2.3