Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KentFujii committed Jul 9, 2022
1 parent d435b44 commit 7355283
Showing 1 changed file with 14 additions and 23 deletions.
37 changes: 14 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
- exp backeff and full-jitter
- Resume and Cleanup

0 comments on commit 7355283

Please sign in to comment.