Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/haukurk/slack-rss
- Owner: haukurk
- Created: 2015-05-27T13:45:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T10:14:55.000Z (over 9 years ago)
- Last Synced: 2024-07-02T13:46:15.528Z (7 months ago)
- Language: C#
- Size: 125 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - slack-rss - Need RSS feed from your Slack channel? This is how you can do it. (C# #)
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.