rssfeed to discord with Huginn
Tutorial How to make autopost bot discord from rss feed website.
Event Flow
Setup Discord
- Server settings > webhooks > create webhooks
- save your webhooks url
Setup Huginn
- Deploy Huginn to your server ( I recommended Heroku )
Rss Agent
- schedule : 1m (5m,10m whatever)
- receiver : formatter agent
- set your url rss feed
Formatter Agent
- (Optional) You can use a trigger agent
- source : rss agent
- receiver : post agent
- example
- use liquid filter to filtering your rss
Post Agent
- schedule : never
- source : formatter agent
- example
- dry run to test