0.0.3 • Published 10 years ago

cherry-twitter v0.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
10 years ago

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.