ssb-bot-feed

2.3.1 • Public • Published

ssb-bot-feed

Scuttlebutt bot that read RSS feeds and post updates automatically

Usage

Download and run ssb-server

npm install -g ssb-bot-feed

Syntax:

ssb-bot-feed [feed1] [feed2] [feedN]

Example:

ssb-bot-feed http://www.nintendolife.com/feeds/news

By default It connects on localhost:8008 (ssb-server) and uses ~/.ssb settings.

Full documentation: ssb-bot-feed --help.

Docker

The docker image assumes that you have a ssb-server listening on localhost:8008

~/.ssb is the path to .ssb folder where bot will load secrets and manifest

docker run -d --name ssb-bot-feed \
   --network="host" \
   --restart=always \
   -v ~/.ssb:/root/.ssb \
   klarkc/ssb-bot-feed -h localhost -p 8008 http://www.nintendolife.com/feeds/news

Roadmap

  • [ ] IN PROGRESS rewrite the code to TypeScript to improve DX
  • [ ] Add runtime admin commands through SSB protocol

Alternatives

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.3.1
    0
    • latest

Version History

Package Sidebar

Install

npm i ssb-bot-feed

Weekly Downloads

0

Version

2.3.1

License

MIT

Unpacked Size

9.62 kB

Total Files

7

Last publish

Collaborators

  • klarkc