2017-04-26 / @syui

sns

Mastodonの画像キャッシュやタイムライン

Mastodonの購読は少し複雑になっていて、/lib/tasksにあるスクリプトによって処理するよう管理者に促されており、cronで定期的に実行するような感じ。

https://github.com/tootsuite/mastodon/blob/master/lib/tasks/mastodon.rake

Herokuの場合はSchedulerというものがあって、これで定期的に処理を実行可能なので設定する。

$ heroku addons:add scheduler:standard
$ heroku addons:open scheduler
> rake mastodon:daily

Streaming APIとかの情報もあって気になる。

https://github.com/zunda/mastodon/wiki/CreateInstanceOnHeroku

https://github.com/tootsuite/documentation/blob/master/Using-the-API/Streaming-API.md