Don’t forget 👀 The GrapeRank library which I you and I built together … takes in a simple json object which can be passed in however the host is setup.
```
GraperankSettings = {
interpreters : [
{
protocol : "nostr-follows",
iterate : 6
},
{
protocol : "nostr-mutes",
},
{
protocol : "nostr-reports",
}
],
calculator : {
attenuation : .7,
rigor : .2,
minscore : 0,
precision : 0,
devmode : false
}
```

GitHub
graperank-nodejs/README.md at main · Pretty-Good-Freedom-Tech/graperank-nodejs
Contribute to Pretty-Good-Freedom-Tech/graperank-nodejs development by creating an account on GitHub.