1.7.2 • Published 7 years ago

poet-feeds v1.7.2

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

Poet Feeds

Automatically post articles found in our Alpha Partners feed to Po.et.

Currently reading from:

  • Bitcoin Magazine
  • CoinSpeaker
  • The Merkle
  • Crypto Insider
  • CazaHoax
  • Must. Eat. World.
  • BTC-ECHO
  • Blockchain-Bloggen

Uses poet-feed-consumer.

Usage

Install

npm i -g poet-feeds

Set Up Cron

crontab -e and add a line such as the following:

*/30 * * * * export PATH=$PATH:/home/ubuntu/.npm/bin && poet-feeds -c /path/to/feeds-conf.json >> /home/ubuntu/logs/poet-feeds-$(date -I).log 2>&1

The >> /home/ubuntu/logs/poet-feeds-$(date -I).log 2>&1 is a rudimentary logging with daily rotation – it redirects all output from poet-feeds to a .log file that contains the current date in the name.

1.7.2

7 years ago

1.7.1

7 years ago

1.7.0

7 years ago

1.6.1

7 years ago

1.6.0

7 years ago

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago