zzottel / feed2red

A Perl script to read Atom/RSS feeds and post them to Red Matrix channels
The Unlicense
1 stars 6 forks source link

Posting to a forum #5

Open muppeth opened 4 years ago

muppeth commented 4 years ago

What would be the easiest way to post into a forum? is adding !{group@example.com} on top of the feed text would be sufficient?

zzottel commented 4 years ago

If it's your own forum, just use the channel variable of a feed to post to the corresponding channel, and it will be relayed to all contacts of the forum.

If you mean posting to a forum that is not yours: You mean changing the feed text within the script? I'm not sure if that works, just try? :-)

muppeth commented 4 years ago

The idea was to post to a forum but as different user (not the forum channel). I will try just adding text and see if it works.

muppeth commented 4 years ago

Simply adding into the text !{someforum@hub.example.org} works. It would be nice though to be able to automatically add it as a config option.