まんがの森の発売日リストをPlaggerで取得して、そのリストとお知らせして欲しいリストを比較してマッチしたらTwitterに「今日発売だよ!」ってお知らせするスクリプトを書いたから公開してみる。 まんがの森のリスト取得にはSweetPotatoさんのCustomFeed::Manganomoriを使わせていただいた。CSVで出力したいからyamlはこんな感じ。 global: assets_path: /path/to/assets timezone: Asia/Tokyo log: level: debug plugins: - module: CustomFeed::Manganomori - module: Publish::CSV config: dir: /path/to/dir encoding: utf-8 filename: comics.csv mode: append