Metadata-Version: 2.1
Name: slack-bots
Version: 0.1.0.dev2
Summary: Collection of simple and reusable Slack bot prototypes.
Home-page: https://mbdevpl.github.io/
Author: Mateusz Bysiek
Author-email: mb@mbdev.pl
Maintainer: Mateusz Bysiek
Maintainer-email: mb@mbdev.pl
License: Apache License 2.0
Download-URL: https://github.com/mbdevpl/slack-bots
Keywords: bot,bots,chat,slack
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Utilities
Requires-Python: >=3.6
License-File: LICENSE
License-File: NOTICE
Requires-Dist: slackclient (~=2.9)
Requires-Dist: slackeventsapi (==2.*,>=2.1.0)
Requires-Dist: version-query (==1.*,>=1.0.5)

.. role:: python(code)
    :language: python


==========
slack-bots
==========

.. image:: https://img.shields.io/pypi/v/slack-bots.svg
    :target: https://pypi.org/project/slack-bots
    :alt: package version from PyPI

.. image:: https://img.shields.io/pypi/l/slack-bots.svg
    :target: https://github.com/mbdevpl/slack-bots/blob/master/NOTICE
    :alt: license

Collection of simple and reusable Slack bot prototypes.

.. contents::
    :backlinks: none


Introduction
============

This package is in design phase. Contributions at design level are welcome.


Details
-------

TBD.

.. code:: python

    from slack_bots import SlackEventBot, SlackRtmBot


Requirements
============

Python version 3.6 or later.

Python libraries as specified in `requirements.txt <https://github.com/mbdevpl/slack-bots/blob/v0.1.0.dev2/requirements.txt>`_.


Similar projects
================


*   https://github.com/lins05/slackbot

*   https://github.com/nkouevda/slack-rtm-bot


