Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numberly/cookiecutter-mattermost-bot
:cookie: Bootstrap Kubernetes-ready asynchronous Python 3.7 Mattermost/Slack bots
https://github.com/numberly/cookiecutter-mattermost-bot
asyncio cookiecutter kubernetes mattermost sanic slack
Last synced: about 4 hours ago
JSON representation
:cookie: Bootstrap Kubernetes-ready asynchronous Python 3.7 Mattermost/Slack bots
- Host: GitHub
- URL: https://github.com/numberly/cookiecutter-mattermost-bot
- Owner: numberly
- License: mit
- Created: 2019-02-27T14:06:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T14:49:12.000Z (over 2 years ago)
- Last Synced: 2024-04-21T09:31:42.358Z (7 months ago)
- Topics: asyncio, cookiecutter, kubernetes, mattermost, sanic, slack
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 10
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. _Cookiecutter: https://github.com/audreyr/cookiecutter
cookiecutter-mattermost-bot
===========================🍪 Bootstrap Kubernetes-ready asynchronous Python 3.7 Mattermost bots.
Usage
-----Install Cookiecutter_:
.. code-block:: bash
$ pip install --user cookiecutter
Generate a new bot:
.. code-block:: bash
$ cookiecutter https://github.com/numberly/cookiecutter-mattermost-bot
To create the project, you will need:
- a hostname for the bot, that your Kubernetes setup can control,
- the URL on which the bot's Docker image will be hosted.Once all questions have been answered, check the ``README.rst`` file of your newly generated application to learn how to run it.
License
-------MIT