Hello n8n community,
I have been using n8n for fetching Reddit contents for a while. Recently I have built a community node that makes it even easier.
I created a Reddit OAuth2 credential with client credential grant type so you don’t need to expose your n8n instance for authorization. You can use this credential to request Reddit API with Http request node. I also created a Reddit Post trigger which returns much more data than what RSS trigger returns.
The node name is n8n-nodes-userless-reddit
. Here is the source code and npm package
Hope it helps