You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-9
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
`nostrawl` is a simple tool for persistently fetching and processing filtered events from a set of [nostr](https://github.com/nostr-protocol/) relays.
8
8
9
-
`nostrawl` wraps `nostr-fetch` (with the `nostr-tools` simple-pool adapter) and implements adapters for queuing fetch jobs.
9
+
`nostrawl` wraps `nostr-fetch` (with the `nostr-tools` simple-pool adapter) and implements adapters for queuing fetch jobs. Implements an LMDB cache that can be accessed via provided `parser` and `validator` functions.
10
10
11
11
## Install
12
12
```
@@ -18,7 +18,7 @@ _npm package soon_
18
18
19
19
With docker
20
20
```
21
-
pnp run example
21
+
pnpm run example
22
22
```
23
23
With a local redis instance. Use defaults, or set with envvars (REDIS_HOST, REDIS_PORT, etc)
0 commit comments