Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtonon/stacker-beep
A command line utility to be informed, with a beep or via Nostr DMs, about new content of Stacker.news
https://github.com/dtonon/stacker-beep
nostr stacker-news
Last synced: 19 days ago
JSON representation
A command line utility to be informed, with a beep or via Nostr DMs, about new content of Stacker.news
- Host: GitHub
- URL: https://github.com/dtonon/stacker-beep
- Owner: dtonon
- Created: 2023-12-17T14:36:15.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T16:42:46.000Z (3 months ago)
- Last Synced: 2024-10-18T16:30:40.497Z (27 days ago)
- Topics: nostr, stacker-news
- Language: Go
- Homepage:
- Size: 1.23 MB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stacker Beep
Use this command line utility to be informed, with a *beep* or via *Nostr DMs*, about new content of Stacker.news, filtering by authors, topics, domains and territory. A mute list is also supported.
![](screen.png)
## Nostr notification
Nostr notifications via DM are available using the *-nostr-from* and *-nostr-to* options. This is useful to run Stacker Beep in headless mode, either remotely or in a local PC with a background process, to route notifications to your preferred Nostr client.
For `-nostr-from` use a random key, **not** your private key. A static key, versus random generated ones, is useful to have all the notifications in a single conversation, so avoid spamming your inbox.
## Usage examples
```
stacker-beep -authors=sn,k00b,kr,ekzyis,hn \
-topics=nostr,adoption,onboarding,wallet,hack \
-domains=github,lopp
``````
stacker-beep -topics=channel,fee,node \
-mute=eth
-territory=bitcoin
``````
stacker-beep -topics=nip-99,gossip,coracle,njump \
-nostr-from=3038ada4c724b5d7135cd0acbc2fb59842573a0d7e18c6a5706655a54bd82d5e \
-nostr-to=7bdef7be22dd8e59f4600e044aa53a1cf975a9dc7d27df5833bc77db784a5805
-nostr-relays=wss://nostr.wine
```Run `stacker-beep -help` for more options.