Skip to content

ハッシュタグ

Tatsuya Koishi edited this page Mar 3, 2021 · 12 revisions

設定項目

/sources/*/dest/tags/*

  • 投稿にハッシュタグを加えるときに、タグ文字列の配列を指定。
  • タグ文字列は、先頭の # を除いた形で登録する。
  • この文字列中にあるタグに含められない文字は _ に置換される。
  • LineShriekerでは、この設定は無視される。

/sources/*/dest/mulukhiya/tagging/enable

  • モロヘイヤにタグ付けを行わせる場合にtrueを指定。デフォルトはfalse

/sources/*/dest/mulukhiya/url

  • /sources/*/dest/mulukhiya/tagging/enabletrueにした場合に、利用するモロヘイヤのURLを指定。

設定例

sources:
  - source:
      text: |
        朝が連れて来た風は
        昨日まで異国を
    schedule:
      at: '2020/5/18 18:00'
    dest:
      tags:
        - tag1
        - 'tag 2'
      hooks:
        - https://mstdn.example.com/mulukhiya/webhook/xxxxx
        - https://discordapp.com/api/webhooks/xxxxx/xxxxx/slack
      mulukhiya:
        url: https://mstdn.example.com/
        tagging:
          enable: true