Skip to content

dev-hato/aminome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aminome

Add all misskey notes to Meilisearch.

これは何

対象バージョン

  • Misskey 2023.10.2(CreatedAtカラム無し)に対応済み。

動作確認済み環境

  • Misskey 2023.12.2 (aid)
  • Postgresql 16.2
  • meilisearch 1.6.1

使い方

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

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

  3. 実行します。

    python3 ./aminome.py

参考実装