Feedie is the feed import and processing system for Siftie (code).
Siftie communicates to Feedie via REST API for new feed additions.
yarn install- Grep both Siftie and Feedie repos for
<feed-key>, and set that to something unique (and the same). - Change credentials in
< ... >brackets inindex.js.
make feeds
Once Feedie is installed on your server, you probably want to put make feeds
on cron.
heroku createheroku config:set MONGODB_URI='...'heroku config:set SENTRY_ID='...'heroku config:set SENTRY_KEY='...'heroku config:set SENTRY_PASS='...'heroku config:set FEEDIE_KEY='...'