littlefork-test

node v6.17.1
version: 0.0.2
endpointsharetweet
var littlefork = require('littlefork-core') require("littlefork-plugin-twitter") var config = { "plugins": "twitter_search,twitter_feed", "twitter": { "consumer_key": "<your key here>", "consumer_secret": "<your key here>", "access_token_key": "<your key here>", "access_token_secret": "<your key here>" } } var queries = ['twitter_search:censorship'] console.log(littlefork.runner(config, queries))
Loading…

no comments

    sign in to comment