Skip to content

planetary-social/ssb-bot-feed

 
 

Repository files navigation

ssb-bot-feed

Travis

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

About

Scuttlebutt bot that read RSS feeds and post updates automatically

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 90.7%
  • Shell 8.6%
  • Dockerfile 0.7%