Socket
Socket
Sign inDemoInstall

node-red-contrib-get-reddit

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    node-red-contrib-get-reddit

Get top/hot/new posts from the subreddits you specify


Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Install size
7.33 kB
Created
Weekly downloads
 

Readme

Source

node-red-contrib-get-reddit

Fetch posts from specific subreddits.

An easy way to get the top/hot posts from the subreddit you specify.

If you choose top as post type, then you can specify a time period of day, week, month, year and all. Default is day.

Outputs an array of posts. Each post object has the following fields:

	id: Unique Post ID,
	title: Post Title,
	selftext: Post Selftext,
	subreddit: Subreddit,
	domain: Post Domain,
	upvotes: Post Upvotes,
	author: Post Author,
	comments: Number of Comments,
	permalink: Post Link,
	type: Post Type,
	url: Post URL,
	score: Post Score

Keywords

FAQs

Last updated on 21 Jan 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc