bsky-push is a basic script that monitors a Bluesky Jetstream and sends you push notifications via Pushover when someone on a Bluesky List you specify posts or replies to someone you follow.
Copy .env.example to .env and configure it with your DID, the AT-URI of your list, and your Pushover credentials.
You can execute npm install
followed by node app
to run the script locally in your terminal.
You can use one of the convenience scripts below to run the script in your Docker environment.
docker-run.sh
- Runs in Docker interactivelydocker-deploy.sh
- Deploys and runs in Docker as a daemondocker-stop.sh
- Stops a previously deployed daemon
Support is limited. If you know your way around a terminal, npm and node, and Docker, you'll probably be ok! If you get too stuck you'll find me on Bluesky, @lukeacl.com.
This is a personal project published for others to use if they want. If you're using it and spot a problem or can make an improvement submit a pull request. I'm all ears and happy to take a look!