Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/supercowpowers/toybot
Security SlackBot
https://github.com/supercowpowers/toybot
security slack-bot
Last synced: about 2 months ago
JSON representation
Security SlackBot
- Host: GitHub
- URL: https://github.com/supercowpowers/toybot
- Owner: SuperCowPowers
- License: mit
- Created: 2017-02-04T21:57:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T17:55:52.000Z (about 8 years ago)
- Last Synced: 2024-11-09T07:27:49.194Z (3 months ago)
- Topics: security, slack-bot
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS.rst
Awesome Lists containing this project
README
========
Overview
========Security SlackBot is the most awesome slackbot in the entire universe.
.. start-badges
.. list-table::
:stub-columns: 1* - docs
- |docs|
* - tests
- | |travis| |requires|
| |codecov|
| |codeclimate|
* - package
- | |version| |downloads| |wheel| |supported-versions| |supported-implementations|.. |docs| image:: https://readthedocs.org/projects/security-slackbot/badge/?style=flat
:target: https://readthedocs.org/projects/security-slackbot
:alt: Documentation Status.. |travis| image:: https://travis-ci.org/SuperCowPowers/security-slackbot.svg?branch=master
:alt: Travis-CI Build Status
:target: https://travis-ci.org/SuperCowPowers/security-slackbot.. |requires| image:: https://requires.io/github/SuperCowPowers/security-slackbot/requirements.svg?branch=master
:alt: Requirements Status
:target: https://requires.io/github/SuperCowPowers/security-slackbot/requirements/?branch=master.. |codecov| image:: https://codecov.io/github/SuperCowPowers/security-slackbot/coverage.svg?branch=master
:alt: Coverage Status
:target: https://codecov.io/github/SuperCowPowers/security-slackbot.. |codeclimate| image:: https://codeclimate.com/github/SuperCowPowers/security-slackbot/badges/gpa.svg
:target: https://codeclimate.com/github/SuperCowPowers/security-slackbot
:alt: CodeClimate Quality Status.. |version| image:: https://img.shields.io/pypi/v/security-slackbot.svg
:alt: PyPI Package latest release
:target: https://pypi.python.org/pypi/security-slackbot.. |downloads| image:: https://img.shields.io/pypi/dm/security-slackbot.svg
:alt: PyPI Package monthly downloads
:target: https://pypi.python.org/pypi/security-slackbot.. |wheel| image:: https://img.shields.io/pypi/wheel/security-slackbot.svg
:alt: PyPI Wheel
:target: https://pypi.python.org/pypi/security-slackbot.. |supported-versions| image:: https://img.shields.io/pypi/pyversions/security-slackbot.svg
:alt: Supported versions
:target: https://pypi.python.org/pypi/security-slackbot.. |supported-implementations| image:: https://img.shields.io/pypi/implementation/security-slackbot.svg
:alt: Supported implementations
:target: https://pypi.python.org/pypi/security-slackbot.. end-badges
Installation
============::
pip install security-slackbot
Documentation
=============https://security-slackbot.readthedocs.io/
Development
===========To run the all tests run::
tox