From 8f74cbcd44759c3249a8edc413fde61258e77bff Mon Sep 17 00:00:00 2001 From: mattn Date: Thu, 8 Feb 2024 08:53:42 +0900 Subject: [PATCH 1/4] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2134065..6c2dd6b 100644 --- a/README.md +++ b/README.md @@ -234,7 +234,7 @@ Websites with lists of relays and their performance/health: - [amberflutter](https://github.com/sebdeveloper6952/amberflutter)![stars](https://img.shields.io/github/stars/sebdeveloper6952/amberflutter.svg?style=social) - A Flutter wrapper for Amber (Offline Signer). - [arduino-nostr](https://github.com/lnbits/arduino-nostr)![stars](https://img.shields.io/github/stars/lnbits/arduino-nostr.svg?style=social) - An Arduino nostr library. -- [cagliostr](https://github.com/cagliostr)![stars](https://img.shields.io/github/stars/mattn/cagliostr.svg?style=social) - Faster Nostr relay in C++ backend by sqlite3. +- [cagliostr](https://github.com/mattn/cagliostr)![stars](https://img.shields.io/github/stars/mattn/cagliostr.svg?style=social) - Faster Nostr relay in C++ backend by sqlite3. - [dart_nostr](https://github.com/anasfik/nostr)![stars](https://img.shields.io/github/stars/anasfik/nostr.svg?style=social) - A developer experience Dart library for Nostr - [dart-nostr](https://github.com/ethicnology/dart-nostr)![stars](https://img.shields.io/github/stars/ethicnology/dart-nostr.svg?style=social) - a Dart library for Flutter - [go-nostr](https://github.com/fiatjaf/go-nostr)![stars](https://img.shields.io/github/stars/fiatjaf/go-nostr.svg?style=social) - a Go library that implements relay management, plus event encoding and signing utils From f91b31c5c9430297615f14156a17f3e5eac97065 Mon Sep 17 00:00:00 2001 From: 0n4t3 <137756696+0n4t3@users.noreply.github.com> Date: Sat, 17 Feb 2024 17:45:07 -0500 Subject: [PATCH 2/4] Update README.md Added ni.py --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c2dd6b..110f36e 100644 --- a/README.md +++ b/README.md @@ -141,6 +141,7 @@ Websites with lists of relays and their performance/health: - [Minds](https://www.minds.com/) - open source social network. Supports reading and creating posts using the Nostr protocol - [more-speech](https://github.com/unclebob/more-speech)![stars](https://img.shields.io/github/stars/unclebob/more-speech.svg?style=social) - desktop client for nostr written in Clojure - [nblog](https://github.com/jacany/nblog)![stars](https://img.shields.io/github/stars/jacany/nblog.svg?style=social) - a self-host nostr ghost blog +- [ni.py](https://github.com/0n4t3/nipy) CLI post only client for Nostr and Activity Pub written in Python. - [Nos](https://github.com/planetary-social/nos) ![stars](https://img.shields.io/github/stars/planetary-social/nos.svg?style=social) - A UX focused iOS / MacOS app written in swift based on [planetary.social](https://planetary.social) - [nos.social](https://nos.social) - [nosbin](https://nosbin.com/)![stars](https://img.shields.io/github/stars/jacany/nosbin.svg?style=social) - pastebin over nostr From def0cf6ca48848094c65dc55343c432e16ac42b8 Mon Sep 17 00:00:00 2001 From: 0n4t3 <137756696+0n4t3@users.noreply.github.com> Date: Mon, 19 Feb 2024 07:49:16 -0500 Subject: [PATCH 3/4] Update README.md Fixed grammar issue and updated compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 110f36e..641a647 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Websites with lists of relays and their performance/health: - [Minds](https://www.minds.com/) - open source social network. Supports reading and creating posts using the Nostr protocol - [more-speech](https://github.com/unclebob/more-speech)![stars](https://img.shields.io/github/stars/unclebob/more-speech.svg?style=social) - desktop client for nostr written in Clojure - [nblog](https://github.com/jacany/nblog)![stars](https://img.shields.io/github/stars/jacany/nblog.svg?style=social) - a self-host nostr ghost blog -- [ni.py](https://github.com/0n4t3/nipy) CLI post only client for Nostr and Activity Pub written in Python. +- [ni.py](https://github.com/0n4t3/nipy) - CLI post only client for Nostr, Activity Pub, and the AT Protocol written in Python. - [Nos](https://github.com/planetary-social/nos) ![stars](https://img.shields.io/github/stars/planetary-social/nos.svg?style=social) - A UX focused iOS / MacOS app written in swift based on [planetary.social](https://planetary.social) - [nos.social](https://nos.social) - [nosbin](https://nosbin.com/)![stars](https://img.shields.io/github/stars/jacany/nosbin.svg?style=social) - pastebin over nostr From 2b8d4df8364d48dc8b11862c48d705731a04f07d Mon Sep 17 00:00:00 2001 From: Aljaz Ceru Date: Thu, 22 Feb 2024 14:37:24 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 641a647..3a8893d 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Websites with lists of relays and their performance/health: - [Minds](https://www.minds.com/) - open source social network. Supports reading and creating posts using the Nostr protocol - [more-speech](https://github.com/unclebob/more-speech)![stars](https://img.shields.io/github/stars/unclebob/more-speech.svg?style=social) - desktop client for nostr written in Clojure - [nblog](https://github.com/jacany/nblog)![stars](https://img.shields.io/github/stars/jacany/nblog.svg?style=social) - a self-host nostr ghost blog -- [ni.py](https://github.com/0n4t3/nipy) - CLI post only client for Nostr, Activity Pub, and the AT Protocol written in Python. +- [ni.py](https://github.com/0n4t3/nipy)![stars](https://img.shields.io/github/stars/0n4t3/nipy.svg?style=social) - CLI post only client for Nostr, Activity Pub, and the AT Protocol written in Python. - [Nos](https://github.com/planetary-social/nos) ![stars](https://img.shields.io/github/stars/planetary-social/nos.svg?style=social) - A UX focused iOS / MacOS app written in swift based on [planetary.social](https://planetary.social) - [nos.social](https://nos.social) - [nosbin](https://nosbin.com/)![stars](https://img.shields.io/github/stars/jacany/nosbin.svg?style=social) - pastebin over nostr