your-money-left-the-chat
your-money-left-the-chatは、Rustで開発された自動化ツールで、チャット内の金銭関連の情報を管理・分析する機能を提供します。ユーザーは、簡単な設定で自分の財務データを追跡し、必要な情報を迅速に取得できます。特に、データの可視化機能が充実しており、使いやすさと効率性を兼ね備えています。
GitHubスター
22
ユーザー評価
未評価
お気に入り
0
閲覧数
21
フォーク
3
イシュー
0
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
1Install Rust, SQLite, and Makefile
Rust: https://www.rust-lang.org/tools/install
SQLite: https://sqlite.org/download.html
GNU Make: https://www.gnu.org/software/make/
2Clone the Repo
bash
https://github.com/Rayato159/your-money-left-the-chat
cd your-money-left-the-chat
3Install Diesel CLI
bash
cargo install diesel_cli --no-default-features --features sqlite
sqlite3.lib
, Please install sqlite3
on your machine first.
4Create Sqlite Database
Just create file database.db
in the:
./src/infrastructure/database/sqlite_data/
5Database Setup
Makefile:
```bash