node-red-contrib-get-reddit

1.7.2 • Public • Published

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

/node-red-contrib-get-reddit/

    Package Sidebar

    Install

    npm i node-red-contrib-get-reddit

    Weekly Downloads

    3

    Version

    1.7.2

    License

    ISC

    Unpacked Size

    7.51 kB

    Total Files

    4

    Last publish

    Collaborators

    • balsimpson