Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Apr 4, 2024
1 parent 8031fd3 commit 5864a9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Reportinator Server

This server moderates [Nostr](https://nostr.org) notes by analyzing direct messages to the \[Reportinator bot account\](https://njump.me/[email protected]). It uses the \[NIP-17 standard\](https://github.com/nostr-protocol/nips/pull/686) to process "gift-wrapped" messages with a JSON payload detailing the event. Flagged messages lead to the creation of \[kind 1984 reports\](https://github.com/nostr-protocol/nips/blob/master/56.md), available via \`wss://relay.nos.social\`, for client-side moderation.
This server moderates [Nostr](https://nostr.org) notes by analyzing direct messages to the [Reportinator bot account](https://njump.me/[email protected]). It uses the [NIP-17 standard](https://github.com/nostr-protocol/nips/pull/686) to process "gift-wrapped" messages with a JSON payload detailing the event. Flagged messages lead to the creation of [kind 1984 reports](https://github.com/nostr-protocol/nips/blob/master/56.md), available via `wss://relay.nos.social`, for client-side moderation.


## Implementation Details
Expand Down Expand Up @@ -86,4 +86,4 @@ Ensure these environment variables are set before running the Reportinator Serve
Contributions are welcome! Fork the project, submit pull requests, or report issues.

## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

0 comments on commit 5864a9a

Please sign in to comment.