forked from vicariousdrama/NiceBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample-config.json
30 lines (30 loc) · 1.02 KB
/
sample-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"nostr": {
"nsec": "nsecwhatever",
"profile": {
"name": "Nice Bot",
"about": "This bot posts whenever the Bitcoin blockheight contains 69",
"picture": "",
"banner": "",
"lud16": "[email protected]",
"nip05": ""
},
"relays": [
{"url":"wss://nostr.pleb.network","read":true,"write":true},
{"url":"wss://nostr-pub.wellorder.net","read":true,"write":true},
{"url":"wss://relay.damus.io","read":true,"write":true},
{"url":"wss://nos.lol","read":true,"write":true},
{"url":"wss://relay.nostr.band","read":true,"write":true},
{"url":"wss://relayable.org","read":true,"write":true}
]
},
"bitcoin": {
"url": "https://blockstream.info/api/blocks/tip/height"
},
"matchon": {
"value": "69",
"type.comment": "can be: contains, endswith, startswith, modulus",
"type": "contains",
"text": "NICE"
}
}