/aminome

Add all misskey notes to Meilisearch

Primary LanguagePython

aminome

Add all misskey notes to Meilisearch.

Note

If you import to a new meili_data, you need to run updateSettings.sh first to update index settings else you will countered this error:

ERR  * [api]   Internal error occurred in notes/search: Attribute `createdAt` is not sortable. This index does not have configured sortable attributes.

Run getSettings.sh to see current meilisearch index search

これは何

対象バージョン

  • 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

参考実装