15
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Qiitaの特定タグへの新着投稿をRSS受信する

Posted at

#はじめに
Qiitaの最新記事が通知されれば嬉しいなと思ったので
設定方法を記事にまとめました。
##手順
###Slackをインストール
https://slack.com/intl/ja-jp/help/articles/207677868
###SlackにRSSをインストール
https://slack.com/intl/ja-jp/help/articles/218688467-add-rss-feeds-to-slack
###通知設定方法
チャンネルに以下を入力して送信すると
タグ付けした、記事が投稿されるたびに通知されるようになる。

例1)railsタグが付けられた最新記事を読みたい場合
/feed https://qiita.com/tags/rails/feed

例2)javascriptタグが付けられた最新記事を読みたい場合
/feed https://qiita.com/tags/javascript/feed

##補足:RSSの管理について
###RSSの登録
/feed 〇〇(URL)
/feed 〇〇(URL)の形で登録。
###RSSの一覧
/feed list
/feed listで一覧が表示される。
こちらは削除する際にもIDの確認で使用する。
###RSSの削除
/feed remove 〇〇(ID)
/feed remove 〇〇(ID)の形でRSSを削除する。
上記の一覧の表示で表示される、RSS登録IDを使用して、削除する。

15
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
15
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?