Skip to content

coffeescriptnext/feedie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feedie

Feedie is the feed import and processing system for Siftie (code).

Siftie communicates to Feedie via REST API for new feed additions.

Install

  1. yarn install
  2. Grep both Siftie and Feedie repos for <feed-key>, and set that to something unique (and the same).
  3. Change credentials in < ... > brackets in index.js.

Import and process feeds

  • make feeds

Once Feedie is installed on your server, you probably want to put make feeds on cron.

Deploy

  1. heroku create
  2. heroku config:set MONGODB_URI='...'
  3. heroku config:set SENTRY_ID='...'
  4. heroku config:set SENTRY_KEY='...'
  5. heroku config:set SENTRY_PASS='...'
  6. heroku config:set FEEDIE_KEY='...'

About

The Siftie feed import and processing system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published