Skip to content

Yay!の投稿から性格を診断するAIのソースコード

Notifications You must be signed in to change notification settings

ekkx/mindreader-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


MindReader AI

MindReader AIのソースコード

Yay! のライブラリはこちらから »

Report Bug · Request Feature · Join the discord

Installation

※ Python 3.10 以上のバージョンが必要です。

  1. リポジトリをクローン:
git clone https://github.com/qvco/mindreader-ai.git
  1. MindReader AI のディレクトリに移動:
cd mindreader-ai
  1. (推奨) プログラム実行用の仮想環境を作成:
py -m venv venv
  1. 仮想環境を起動する

    • Windows:
    .\venv\Scripts\activate
    • MacOS or Linux
    source venv/bin/activate
  2. requirements.txtから依存モジュールのインストール:

pip install -r requirements.txt
  1. .env.exampleを参考に.envファイルを作成:
YAY_ACCOUNT_EMAIL=<Yayで使用しているメールアドレス>
YAY_ACCOUNT_PASSWORD=<Yayで使用しているパスワード>
ROOT_POST_ID=<アゲ↑を取得したい投稿のID>
DB_PATH=.unchi
  1. MindReader AI を実行する:
py main.py

Links

Help

もしドキュメントを読んでもわからないことがあったり、なかなか解決しない問題があった場合は、遠慮なく ライブラリの公式 Discord サーバーに参加してください!

About

Yay!の投稿から性格を診断するAIのソースコード

Topics

Resources

Stars

Watchers

Forks

Languages