Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/zstyblik/rss2irc

Set of Python scripts to feed RSS/GitHub to IRC/slack.com
https://github.com/zstyblik/rss2irc

github irc-bot phpbb python rss-feed-parser slack

Last synced: about 2 months ago
JSON representation

Set of Python scripts to feed RSS/GitHub to IRC/slack.com

Awesome Lists containing this project

README

        

# RSS2IRC

RSS2IRC is a Python script to feed RSS news to IRC bot, resp. [ii IRC bot], or
write to file. News URL are cached into file in order to eliminate repetition.
Some sites like to change titles or re-post news for whatever reason. It's also
way how to keep track of delta.

### Usage
```
./rss2irc.py \
--rss-url http://www.example.com/rss \
--out '/opt/iibot/irc.network.com/#channel/in' \
--cache /tmp/example.cache
```

# RSS2slack

RSS2slack is the same thing, but for [Slack].

### Usage

```
export SLACK_TOKEN=abc123
./rss2slack.py \
--rss-url http://www.example.com/rss \
--slack-channel test \
--cache /tmp/example.cache
```

# Other integrations

* post [GitHub] issues and Pull Requests to [Slack]
* post new [Git] commits to [Slack]
* post news from [phpBB] RSS feed to [Slack]

[GitHub]: https://github.com
[Git]: https://git-scm.com/
[Slack]: https://www.slack.com
[ii IRC bot]: http://tools.suckless.org/ii/
[phpBB]: https://www.phpbb.com