Skip to content

3.2.13

Compare
Choose a tag to compare
@pooza pooza released this 12 Apr 09:35
· 1129 commits to master since this release
a8fbb4d

更新内容

https://github.com/pooza/tomato-toot/issues?q=is%3Aclosed+milestone%3A3.2.13

  • 実験的機能:FeedSourceのキーワード検索
    • キーワードを正規表現で指定できるように

更新手順

キーワードを使用する場合

/sources/*/source/keyword を指定。以下、設定例。

sources:
  - source:
      url: https://rss.example.com
      keyword: '【本日.*放送!+】'
    dest:
      account:
        bot: true
      hooks:
        - https://mstdn.example.com/mulukhiya/webhook/hogefuga

通常の手順

cd 設置先
git pull
bundle install
bundle exec rake config:lint
bundle exec rake test

最後のテストで 100% passed が表示されることを確認。

スケジューラデーモンを利用する場合

通常の手順に続けて、以下実行。

bundle exec rake restart