Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silencesoft/likzap
Nostr bot
https://github.com/silencesoft/likzap
bot node nostr typescript
Last synced: 24 days ago
JSON representation
Nostr bot
- Host: GitHub
- URL: https://github.com/silencesoft/likzap
- Owner: silencesoft
- License: mit
- Created: 2023-07-19T21:38:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T04:16:57.000Z (over 1 year ago)
- Last Synced: 2024-04-18T12:11:36.286Z (8 months ago)
- Topics: bot, node, nostr, typescript
- Language: TypeScript
- Homepage:
- Size: 32.2 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - LikZap - A nostr bot to zap a note when you like it. (Tools / Client reviews and/or comparisons)
README
# Likzap
A nostr bot to zap a note when you like it.
## Getting Started
Clone repository:
```bash
git clone https://github.com/silencesoft/likzap.git
cd likzap
cp .env.sample .env
```With docker:
```bash
docker-compose build
docker-compose up -d
```Local test and deployment:
```bash
yarn
yarn dev
```Modify the environment variables file:
- USER_PUBLIC_KEY : Your npub key
- USER_SECRET_KEY : Your hex secret key
- NOSTR_RELAYS : A list of relays comma separated
- LNDHUB_URL : LNDHub server
- DEFAULT_ZAP_VALUE : Default zap amount, empty if you only want specific reactions zaps.
- REACTION_VALUE_* : Reaction zap value. Emoji or string and value. Sample: 🤙|21 - +|1* There is a known bug with yarn build in nostr-relaypool library
## Thanks
Support: [npub1djxd9fd495r2llyjsx4aed0elcgy8fndw0pxx80pl0tuaa3kkuhq6r9mgy](nostr:npub1djxd9fd495r2llyjsx4aed0elcgy8fndw0pxx80pl0tuaa3kkuhq6r9mgy)
My Nostr Public key: [npub1gcmpunjrue2aq5um7qgnp4p6uxarlxw2z6djehaf0emxjf6gr9us548zdf](nostr:npub1gcmpunjrue2aq5um7qgnp4p6uxarlxw2z6djehaf0emxjf6gr9us548zdf)
Buy me a coffee (with satoshis): [https://lncoffee.me/silencesoft](https://lncoffee.me/silencesoft)