🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

embulk-input-twitter_search

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-input-twitter_search

0.1.0
Version published
Maintainers
1
Created

Twitter Search input plugin for Embulk

Input Twitter Search API plugin for Embulk.

Overview

  • Plugin type: input
  • Resume supported: no
  • Cleanup supported: no
  • Guess supported: no

Example

input:
  type: twitter_search
  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"

TODO

  • exp backeff and full-jitter
  • Resume and Cleanup

FAQs

Package last updated on 09 Jul 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts