No commit activity in last 3 years
No release in over 3 years
Embulk plugin for TwitterStream input
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
>= 0.9.2
>= 5.13.0
 Project Readme

Embulk plugin for Twitter Stream input

This Embulk plugin read records from Twitter Stream!

Configuration

exec: {}
in:
  type: twitterstream
  consumer_key:        XXXXXXXXXXXXXXXXXXXXXX
  consumer_secret:     XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  access_token:        XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  access_token_secret: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  count: 3
  columns:
    - id_str
    - name
    - user.screen_name
out: {type: stdout}

count and columns are omittable.

License

MIT

Author

Yasuhiro Matsumoto (a.k.a mattn)