3.4.3
更新内容
https://github.com/pooza/tomato-toot/issues?q=is%3Aclosed+milestone%3A3.4.3
- Lemmy 0.16.2以降への対応。
- テスト用フラグ
/sources/*/test
新設- フラグを
true
にしたソースは、テスト実行時に実際に投稿を行う。 development
環境では、設定に関わらず全ソースのフラグがtrue
になる。
- フラグを
更新手順
投稿テストの設定
投稿テストの為のソースを必要に応じて登録。
sources:
- id: sample-blog
test: true #フラグをtrueに
source:
feed: http://blog.example.com/rss20.xml
dest:
account:
bot: true
hooks:
- https://mstdn.example.com/mulukhiya/webhook/xxxx
通常の手順
cd 設置先
git pull
bundle install
bundle exec rake restart
bin/test.rb
最後のテストで 100% passed
が表示されること、投稿が行われることを確認。