Skip to content

3.4.21

Compare
Choose a tag to compare
@pooza pooza released this 26 Mar 10:08
· 373 commits to master since this release
a688a05

更新内容

https://github.com/pooza/tomato-shrieker/milestone/118?closed=1

FeedSource

  • タイトルに#@ が含まれていたら、直後にスペースを挿入。

Config

  • config/sources ディレクトリに、ソースごとに別々の設定ファイルを置ける様に。
  • 以下、記述例。
    • IDが省略された場合は、ファイル名がIDのデフォルトになる。
    • 以下の記述のファイルを config/sources/precure-news.yaml として保存すると、 id: precure-news が設定された扱いになる。
source:
  news:
    phrase: プリキュア
dest:
  account:
    bot: true
  tags:
    - サンクルミエール通信
  hooks:
    - https://mstdn.example.com/mulukhiya/webhook/xxxx

予告

TweetTimelineSourceを3.5系で廃止します。
もうTwitterと関わりたくないです。

更新手順

通常の手順

cd 設置先
git pull
bundle install
bundle exec rake restart
bin/test.rb

最後のテストで、以下を確認。

  • 100% passed が表示されること
  • テスト投稿を設定しているなら、それが行われること