Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 6 years ago)
- Default Branch: main
- Last Pushed: 2023-09-23T02:55:31.000Z (about 1 year ago)
- Last Synced: 2024-05-14T00:30:51.268Z (6 months 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: licenseCollection of simple and reusable Slack bot prototypes.
.. contents::
:backlinks: noneIntroduction
============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