Skip to content

shellgei/shellgei-bot.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2615d8 · Mar 2, 2024

History

28 Commits
Mar 2, 2024
Mar 2, 2024
Jul 8, 2023
Jul 8, 2023
Mar 2, 2024
Feb 1, 2024
Feb 1, 2024
Jul 9, 2023

Repository files navigation

シェル芸ボット

初期設定

touch .env
npm install
docker pull theoldmoon0602/shellgeibot:master

作成された.envに必要な環境変数を設定する。 どんな環境変数が必要かはsrc/env.tsを参照。

起動

コマンド

# 開発用起動
npm run start:dev

# バックグラウンド起動
nohup npm run start:production &
# ログをみる
tail -f nohup.out
# バックグラウンド起動の終了
kill $(ps alx | grep node | grep enable-source-maps | awk '{ print $3 }')
# シェル芸ボットで任意のシェル芸を実行する
npm run shellgei '<シェル芸>'

LICENSE

MIT

  • 私的に趣味で作っているものなので、使用する際は自己責任でお願いします。

About

JSみたいなもので書かれたシェル芸ボットです

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published