https://github.com/mbdevpl/slack-bots
Collection of simple and reusable Slack bot prototypes.
https://github.com/mbdevpl/slack-bots
bot bots chat chatbot slack slack-bot
Last synced: 10 months ago
JSON representation
Collection of simple and reusable Slack bot prototypes.
- Host: GitHub
- URL: https://github.com/mbdevpl/slack-bots
- Owner: mbdevpl
- License: apache-2.0
- Created: 2018-06-22T03:44:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T02:55:31.000Z (over 2 years ago)
- Last Synced: 2024-05-14T00:30:51.268Z (over 1 year ago)
- Topics: bot, bots, chat, chatbot, slack, slack-bot
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. 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/github/license/mbdevpl/slack-bots.svg
:target: 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.11 or later.
Python libraries as specified in ``_.
Similar projects
================
* https://github.com/lins05/slackbot
* https://github.com/nkouevda/slack-rtm-bot