cherry-twitter

0.0.3 • Public • Published

cherry-twitter

cherry plugin that listens to Twitter for commands and sends them to Wit.ai.

Cherry Configuration

{
    "twitter_auth": {
        "consumer_key": "<TWITTER_CONSUMER_KEY>",    
        "consumer_secret": "<TWITTER_CONSUMER_SECRET>", 
        "access_token": "<TWITTER_ACCESS_TOKEN>",
        "access_token_secret": "<TWITTER_CONSUMER_SECRET>"
    },
    "twitter_filter": ["<YOUR_FILTERS>"]
}    

The Twitter credentials can be found in developer app management.

The twitter_filter is an array of terms used to filter the tweet stream. ["#singingdolphinsFTW @witnl"] will return tweets that contain both #singingdolphinsFTW and @witnl. ["#singingdolphinsFTW", "@witnl"] will return tweets that contain either #singingdolphinsFTW or @witnl.

Package Sidebar

Install

npm i cherry-twitter

Weekly Downloads

1

Version

0.0.3

License

ISC

Last publish

Collaborators

  • jendewalt