1.0.0-rc.2 • Published 8 years ago
littlefork-plugin-twitter v1.0.0-rc.2
littlefork-plugin-twitter
This is a plugin for littlefork.
Fetch twitter tweets.
Installation
npm install --save littlefork-plugin-twitterUsage
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_keytwitter.consumer_secrettwitter.access_token_keytwitter.access_token_secrettwitter.tweet_count(for twitter_feed)twitter.retweets(for twitter_feed)twitter.recurse_depth(for twitter_friends and twitter_followers)