Metadata-Version: 1.1
Name: autotweet
Version: 0.1.0
Summary: learn your tweet and auto tweet it.
Home-page: http://kjwon15.net/
Author: Kjwon15
Author-email: kjwonmail@gmail.com
License: UNKNOWN
Download-URL: https://github.com/Kjwon15/autotweet/releases
Description: Autotweet
        =========
        
        Learn your response pattern on twitter.
        
        Installation
        ------------
        
        .. code-block:: console
        
           $ pip install autotweet
        
        
        Usage
        -----
        
        Learning user's tweet
        ~~~~~~~~~~~~~~~~~~~~~
        
        Autotweet can learn your tweet by collector.
        
        .. code-block:: console
        
           $ autotweet collector
        
        
        Automatic answering by clone account
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Your clone account can automatic answer by answer command.
        
        .. code-block:: console
        
           $ autotweet answer
        
        
        Add manually
        ~~~~~~~~~~~~
        
        You can add question/answer set manually.
        
        .. code-block:: console
        
           $ autotweet add 'Question' 'Answer'
        
        
        Configure
        ---------
        
        You can configure Autotweet by editing ``~/.autotweetrc`` file.
        
        .. code-block:: cfg
        
           [auth]
           token = <OAuth token (automaticaly generated)>
           answerer_token = <OAuth token (automaticaly generated)>
           
           [database]
           db_url = <database url>
        
           [answer]
           threshold = <Auto answering to tweet that is not mention to answerer. (float 0.0 ~ 1.0)>
        
Platform: UNKNOWN
