Metadata-Version: 1.1
Name: wishbone_function_twitterbookmark
Version: 1.0.1
Summary: A Wishbone module to create bookmarks from Tweets.
Home-page: https://github.com/smetj/wishbone-input-twitter
Author: Jelle Smet
Author-email: development@smetj.net
License: UNKNOWN
Download-URL: https://github.com/smetj/wishbone-input-twitter/tarball/master
Description: ::
        
                      __       __    __
            .--.--.--|__.-----|  |--|  |--.-----.-----.-----.
            |  |  |  |  |__ --|     |  _  |  _  |     |  -__|
            |________|__|_____|__|__|_____|_____|__|__|_____|
                                               version 2.2.0
        
            Build composable event pipeline servers with minimal effort.
        
        
        
            =================================
            wishbone.function.twitterbookmark
            =================================
        
            Version: 1.0.0
        
            Creates URL bookmarks from Twitter favorite events
            --------------------------------------------------
        
        
                The module takes a Twitter favorite event and extracts the URLs, tags and
                keywords.
        
                Bookmark event:
        
                @tmp.<name>.type            Can be either "text" or "bookmark"
                @tmp.<name>.url             The extracted URL. (1 event per URL)
                @tmp.<name>.summary         An array of the meaningfull words of the tweet.
                                            uninteresting words.
                @tmp.<name>.tags            An array of tags
                @tmp.<name>.screen_name     The name of the tweet author.
                @tmp.<name>.created_at      The timestamp of the tweet.
        
        
                Parameters:
        
                    - blacklist(array)([])
                       |  A list of keywords to drop from the tweet to form the summary.
        
        
                Queues:
        
                    - inbox
                       |  Incoming events
        
                    - outbox
                       |  Outgoing events
        
        
        
        
Platform: Linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
