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: 6 months 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 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-17T14:49:12.000Z (over 3 years ago)
- Last Synced: 2025-04-02T22:33:42.291Z (6 months ago)
- Topics: asyncio, cookiecutter, kubernetes, mattermost, sanic, slack
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- 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