rss-reddit
v1.0.0
Published
Post RSS feed items to Reddit with Node
Downloads
2
Readme
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