Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/haukurk/slack-rss

Need RSS feed from your Slack channel? This is how you can do it.
https://github.com/haukurk/slack-rss

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

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:
```




...

```

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.