https://github.com/atomicptr/sidewinder
Simple service that reads RSS feeds and posts them to chat channels via webhooks
https://github.com/atomicptr/sidewinder
discord discord-webhooks golang rss rss-reader webhooks
Last synced: 22 days ago
JSON representation
Simple service that reads RSS feeds and posts them to chat channels via webhooks
- Host: GitHub
- URL: https://github.com/atomicptr/sidewinder
- Owner: atomicptr
- License: agpl-3.0
- Created: 2024-11-25T17:56:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2026-04-29T21:15:59.000Z (23 days ago)
- Last Synced: 2026-04-29T23:23:52.956Z (23 days ago)
- Topics: discord, discord-webhooks, golang, rss, rss-reader, webhooks
- Language: Go
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sidewinder
Simple service that reads RSS feeds and posts them to chat channels via webhooks
It's like a friend who nags you with links all the time
## Motivation
There are a bunch of RSS feeds I follow where I just want to know when something happens and I somehow can't get myself to actually use an RSS feed reader, I do however check chats very often :)
## Configuration
This service is mostly configured through a TOML file, see the example file "sidewinder.toml.example"
### Env Vars
There are also a few environment variables:
- **SIDEWINDER_DATA_DIR**: Path to the data dir
- **SIDEWINDER_CONFIG_FILE**: Path to the config file
- **SIDEWINDER_TICK_RATE**: Tick rate (example `30m`)
## License
AGPLv3