Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/zstyblik/rss2irc
- Owner: zstyblik
- License: bsd-3-clause
- Created: 2015-07-05T11:08:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-20T09:15:08.000Z (5 months ago)
- Last Synced: 2024-08-21T11:07:28.181Z (5 months ago)
- Topics: github, irc-bot, phpbb, python, rss-feed-parser, slack
- Language: Python
- Homepage:
- Size: 135 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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