Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 606 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 606 Bytes

triC-bot

競技プログラミングサークルtriCのDiscordサーバーで使用するbotです。

機能一覧

  • メンバーのACを通知
  • メンバーを追加
  • 明日のコンテストを通知
  • triC定期バチャの作成・通知 未実装
  • triC定期バチャのレーティング計算 未実装

使い方

  1. このリポジトリをクローン
  2. 環境変数を設定
  3. python -m venv .venvで仮想環境を作成
  4. pip install -r requirements.txtで依存関係をインストール
  5. python ./src/db_init.pyでdb初期化
  6. python ./src/main.pyでbotを起動