Skip to content

v2-2v/mamoru

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

122 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mamoru

mamoruはDiscordとWEBで管理できる課題管理ツールです 通常の課題管理ツール機能に加え、友達や同じ講義をとっている人達をDiscord Serverに呼ぶことで、自分で課題をセットしなくても誰かがやってくれるので忘れないというメリットがあります。 1年生のハッカソンで作成し、以降ブラッシュアップを継続しています。

System Tree

mamoru-env
│  .env <--Get from https://github.com/v2-2v/mamoru-env
│
├── data <--Get from https://github.com/v2-2v/mamoru-env
│   ├── auto.json
│   ├── count.json
│   ├── onde.json
│   ├── task.json
│   ├── test.json
│   ├── tukaikata.txt
│   ├── web_log.txt
│   └── setting
│       ├── gati.json
│       └── sub.json
│
└── mamoru <--- this repository
    ├── .gitignore
    ├── mamoru.py
    ├── README.md
    ├── tukaikata.txt
    ├── requirements.txt
    ├── web.py
    └── templates
        └── base.html

Discord BOTの機能

  • 課題、テストをセットする
  • 課題、テスト題に対し、リアクションで取り組み、取り組み完了を操作
  • あなたのの課題、テストを見る -課題をセットした貢献数をカウントする
スクリーンショット 2025-05-31 13 32 02

WEBの機能

  • あなたの課題、テストを見る
  • 自動定義を設定する
  • 自動定義を閲覧、削除する
  • Webhookによる不正ログイン通知を行う
スクリーンショット 2025-05-31 13 31 12

2025-06-22_15h53_31

setup

https://github.com/v2-2v/mamoru-env

update

git pull origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors