Skip to content
forked from johshisha/bee

This is a bot that sends command results and log file.

License

Notifications You must be signed in to change notification settings

PiroHiroPiro/beetle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beetle

This is a bot that sends command results and log file.

Usage

Enter the command to be executed after bee.

$ bee COMMAND

e.g.,

$ bee python train.py --epoch 50

Install

Get Slack BOT Token and Slack Channel ID:

refs(Japanese only):

Clone repository:

$ git clone https://github.com/PiroHiroPiro/beetle.git
$ cd beetle

Copy env file:

$ cp .env.example .env
$ vim .env

Setup shell script:

$ chmod +x bee.sh
$ echo "alias bee=\"`pwd`/bee.sh\"" >> ~/.bashrc
$ . ~/.bashrc

Licence

This software is released under the MIT License, see LICENSE.

Author

Hiroyuki Nishizawa

About

This is a bot that sends command results and log file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%