Metadata-Version: 1.1
Name: recho
Version: 0.1.0
Summary: Post the Reddit users's latest comment(s) to a specific Slack channel
Home-page: https://github.com/DankCity/recho
Author: Levi Noecker
Author-email: levi.noecker@gmail.com
License: MIT
Description: Reddit Echo
        ===========
        Reposts Reddit posts from a target user to a specific slack channel
        
        |PyPIVersion| |TravisCI| |CoverageStatus| |CodeHealth| |PythonVersions|
        
        Helper class to make working with Selenium recho waits easier and
        more accessible
        
        .. |TravisCI| image:: https://travis-ci.org/DankCity/recho.svg?branch=master
            :target: https://travis-ci.org/DankCity/recho
        .. |CoverageStatus| image:: https://coveralls.io/repos/github/DankCity/recho/badge.svg
           :target: https://coveralls.io/github/levi-rs/recho
        .. |CodeHealth| image:: https://landscape.io/github/DankCity/recho/master/landscape.svg?style=flat
           :target: https://landscape.io/github/DankCity/recho/master
        .. |PyPIVersion| image:: https://badge.fury.io/py/recho.svg
            :target: https://badge.fury.io/py/recho
        .. |PythonVersions| image:: https://img.shields.io/pypi/pyversions/recho.svg
            :target: https://wiki.python.org/moin/Python2orPython3
        
        Installation
        ============
        Install from PyPI using pip:
        
        .. code-block:: bash
        
            $ pip install recho
        
        Add the configuration file
        
        .. code-block:: bash
        
            $ touch ~/.recho.ini
        
        
        Write the following into that file, adding your Slack token and channel
        
        .. code-block:: bash
        
            [slack]
            # Follow instructions at https://my.slack.com/services/new/bot
            token: <Your slack token>
            channel: <your channel name>
        
        Note that the channel name is without the hash.
        `general` instead of `#general`
        
        
Keywords: reddit slack bot slackbot recho chat chatbot
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Communications :: Chat
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
