Swall0w / yabumi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yabumi

Install

    git clone https://github.com/Swall0w/yabumi
    cd yabumi
    pip install -e .

Before using yabumi, you need to prepare the configuration in ~/.yabumi.toml.

[default]
url = "slack url"
username = "bot name"
target_username = "@hoge"

We remark that target_username is defined user member id.

Usage

As lik the time command, add yabumi before the target command. For example, if you want execute python train.py, your command should be like this.

    yabumi python train.py

About

License:MIT License


Languages

Language:Python 86.9%Language:Shell 13.1%