Hi there. I just started out with Node Red and it's so amazing. I'm having a little trouble fully understanding it, but I really want to learn how to properly use it.
So I started by setting up a feedparser node that automatically outputs to a subreddit.
This is how my flow looks:
This is how my reddit node configuration looks:
I have several problems:
-
the debug console shows the correct article title, but it gets posted to reddit without replacing ASCII content(I guess?) i.e. in the debug console it display "Here's our founder" and on Reddit it displays "Here ' ;s our founder "
-
I cannot get it to properly display the full article, even though in the actual RSS(which comes from a self-hosted RSS aggregator) the entire article shows up. The debug console&Reddit only show a partial article in between " < p > < / p >"
I do apologize if my questions are stupid, I'm only starting out in the programming world. Thank you for your attention!