Reddit integration [GOT CREATED]

Looking forward for Reddit integration :wink:

Hey @r3cznik,

Welcome to the community. Could explain the use case you are interested in?

Thanks

I want to set up notification when new submission was posted on monitored subreddit (with declared conditions eg, topic contains “string” and url contains a “string”)

1 Like

@r3cznik Thanks for the clarification. We will check it out soon.

+1 for this please :slight_smile:

+1 to be able to integrate with reddit.

Take info from one place, post it into a subreddit.

+1 to this. It’s one of the major platforms missing from other similar services so would make n8n stand out. Can’t use webhooks etc so the only way is a direct integration.

also +1 for this :smile:

Welcome to the community @amalgam!

If you are interested please also upvote this feature. You can do that on the top of the page left of the title. Thanks!

Reddit integration has been created and is up for review:

We’ll let you know when it’s released!

2 Likes

Got released with [email protected]

1 Like

Thanks!
Now I can try to migrate from NodeRed :slight_smile:

1 Like

Great to hear @r3cznik. Have fun!

Thank you so much for making the Reddit Node possible!
Question from my side: Is it also planned to support the search operation?
e.g. search subreddit “blabla” for “search term” - I will then get all matching posts

@amalgam

Thanks for the suggestion. Added to my TODO list.

1 Like

@amalgam got created. We will let you know when it is released.

https://github.com/n8n-io/n8n/pull/1453

Got released with [email protected]

1 Like

Thanks for this, I really appreciate your commitment to implementing community suggestions!

QQ (maybe I’m being daft): Is there any way to observe new posts being created in a certain subreddit? The ideal workflow would be to create a post observer (filtered by new/top/hot) which then feeds filtered data into another node.

The only way I can think to achieve this functionality right now would be to do something such as:

  1. fetch n (offset by pinned) posts from a given category in a subreddit (eg: hot posts in r/mechanicalkeyboards)
  2. cache these posts somewhere
  3. constantly poll the API with a heuristic to mark posts that haven’t been cached as new
  4. pipe the new post into the next flow
1 Like

Hello together

Question: could the Reddit Note be extended in the User API section so that saved posts can also be queried? Reference the following part of the API:

It seems to me that the Node does not support this yet.

Thanks for the great integration of reddit. I get a hot post from a subreddit of my choice. I want to download the media/video, but the problem is the URL. If it is a video, the media URL is e.g.:

https:// v.redd.it/khkm38xaaa881/DASH_720.mp4?source=fallback

How can I delete the “?source=fallback” from the URL, so the video can be downloaded?

Here is my workflow so far:

The last http request node is causing an error because of the “?source=fallback” part of the URL. It says:

It would be great, if someone can help me with my problem. Thank you!