Socket
Socket
Sign inDemoInstall

rss-reddit

Package Overview
Dependencies
3
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    rss-reddit

Post RSS feed items to Reddit with Node


Version published
Weekly downloads
4
increased by300%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

RSS to Reddit

Usage

npm i --save rss-reddit
const rssReddit = require('rss-reddit')

rssReddit({
  clientId: '...',
  clientSecret: '...',
  password: '...',
  userAgent: '"RSS to Reddit" Script by /u/SomeUsername',
  username: 'SomeUsername',
}, [
  {
    cronTime: '* */30 * * * *', // check every 30 minutes
    subreddit: 'Funny',
    url: 'https://example.com/feed',
  },
])

License

MIT

FAQs

Last updated on 21 Apr 2019

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