https://github.com/sijis/err-kudos
A errbot plugin that provides kudos
https://github.com/sijis/err-kudos
errbot-plugin kudos python
Last synced: 4 months ago
JSON representation
A errbot plugin that provides kudos
- Host: GitHub
- URL: https://github.com/sijis/err-kudos
- Owner: sijis
- Created: 2015-04-17T19:00:18.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-01-14T03:28:40.000Z (over 2 years ago)
- Last Synced: 2024-01-14T10:22:27.400Z (over 2 years ago)
- Topics: errbot-plugin, kudos, python
- Language: Python
- Size: 14.6 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Errbot plugin - Kudos
Kudos is an errbot plugin that give `kudos` (praise, compliments, props, etc) to
an individual.
## Requirements
No external libraries required.
## Installation
Once the bot is running, execute the following:
```
!repos install https://github.com/sijis/err-kudos.git
```
## Usage
Simple example usage
```
$ sijis++
!kudos list
```
## Tests
Running the test cases.
Install `tox`, then run
```
$ tox
```