Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 993 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 993 Bytes

aminome

Add all misskey notes to Meilisearch.

これは何

対象バージョン

  • Misskey v13.12.2
  • Meilisearch v1.1.1

使い方

  1. python packageをインストールします。

    pip3 install -r requirements.txt
  2. aminome.py を開き、postgresql configmeilisearch config を設定します。

  3. 実行します。

    python3 ./aminome.py

参考実装