Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniehack/discord-rss-bot
send news from RSS to discord through discord webhook
https://github.com/eniehack/discord-rss-bot
cli-app discord discord-webhook golang rss
Last synced: 14 days ago
JSON representation
send news from RSS to discord through discord webhook
- Host: GitHub
- URL: https://github.com/eniehack/discord-rss-bot
- Owner: eniehack
- License: mit
- Created: 2024-07-09T06:12:49.000Z (4 months ago)
- Default Branch: trunk
- Last Pushed: 2024-07-31T17:00:56.000Z (4 months ago)
- Last Synced: 2024-10-11T01:21:02.453Z (about 1 month ago)
- Topics: cli-app, discord, discord-webhook, golang, rss
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# discord-rss-bot
send RSS post to discord through webhook
## install
1. git clone
2. cp config.example.toml config.toml
3. vim config.toml
4. go run main.go --config config.toml## requires
- golang (v1.21 or higher)