littlefork-plugin-twitter

1.0.0-rc.2 • Public • Published

littlefork-plugin-twitter

This is a plugin for littlefork.

Fetch twitter tweets.

Installation

npm install --save littlefork-plugin-twitter

Usage

This plugin exports the following plugins:

twitter_feed data source

Fetch the tweets of a twitter user account.

twitter_friends data source

Fetch the friends of a twitter user account.

twitter_followers data source

Fetch the followers of a twitter user account.

twitter_search data source

Search for tweets.

Configure the profile to contain the twitter_query key. It will make a search for tweets. To search for a specific hashtag, prefix the query with %23, which translates to #.

Configuration

  • twitter.consumer_key
  • twitter.consumer_secret
  • twitter.access_token_key
  • twitter.access_token_secret
  • twitter.tweet_count (for twitter_feed)
  • twitter.retweets (for twitter_feed)
  • twitter.recurse_depth (for twitter_friends and twitter_followers)

Package Sidebar

Install

npm i littlefork-plugin-twitter

Weekly Downloads

2

Version

1.0.0-rc.2

License

GPL-3.0

Last publish

Collaborators

  • littlefork