2.3.1 • Published 3 years ago

ssb-bot-feed v2.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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

2.3.1

3 years ago

2.3.0

3 years ago

2.2.0

5 years ago

2.1.1

5 years ago

2.0.2

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.2

5 years ago