Skip to content

Need RSS feed from your Slack channel? This is how you can do it.

Notifications You must be signed in to change notification settings

haukurk/slack-rss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slack-rss

Overview

The project is structured like the following:

  • Models (Slack models for serialization)
  • Services (Services and Clients that interact with Slack API)
  • SlackRSSProxy (Web solution that shows an example on how to create a RSS feed from Slack.com channels by using the services provided in this project).

Configuration

The SlackRSSProxy has some configuration requirements to be able to authenticate successfully with Slack API.

Configuration parameters are included in Web.config like such:

<configuration>
    <appSettings>
      <add key="slacktoken" value="xoxp-xxxxx-xxxxx-xxxxxxxx-ac68cc"/>
    </appSettings>
	...
</configuration>

The slacktoken keeps the authentication token provided by Slack.com.

SlackRSSProxy Usage

The project has one file RSS.aspx which depicts how to use the services provided. Note the QueryString channel_id, thus http://server/RSS.aspx?channel_id=UUIDForChannel is the correct request format.

About

Need RSS feed from your Slack channel? This is how you can do it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published