From 7355283a4586e8c1ce4fb9eb49f17b7061ad684d Mon Sep 17 00:00:00 2001 From: KentFujii Date: Sun, 10 Jul 2022 01:44:39 +0900 Subject: [PATCH] fix: readme --- README.md | 37 ++++++++++++++----------------------- 1 file changed, 14 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 3e1b216..33b1094 100644 --- a/README.md +++ b/README.md @@ -1,38 +1,29 @@ # Twitter Search input plugin for Embulk -TODO: Write short description here and build.gradle file. +Input Twitter Search API plugin for Embulk. ## Overview * **Plugin type**: input -* **Resume supported**: yes -* **Cleanup supported**: yes +* **Resume supported**: no +* **Cleanup supported**: no * **Guess supported**: no -## Configuration - -- **option1**: description (integer, required) -- **option2**: description (string, default: `"myvalue"`) -- **option3**: description (string, default: `null`) - ## Example ```yaml -in: +input: type: twitter_search - option1: example1 - option2: example2 -``` - - -## Build - -``` -$ ./gradlew gem # -t to watch change of files and rebuild continuously + auth: + consumer_key: "sample_consumer_key" + consumer_secret: "sample_consumer_secret" + access_token: "sample_access_token" + access_secret: "sample_access_secret" + queries: + - "from:@nishiogi_now exclude:retweets" ``` -## Test +## TODO -``` -./gradlew clean test -``` \ No newline at end of file +- exp backeff and full-jitter +- Resume and Cleanup \ No newline at end of file