Note
"Browse global. Know that mostr exists. Follow lots of people. Nostr is NOT an echo chamber, if you use it right." (Gigi - nostr:note13t3ft6grgsggjm8s08605hn0m6xk4xtdsnd8xks9mhltt9pj4pvqp2cvzp)
This release bring new major features, modules updates, several code improvements, security fix, better documentation, and mark the completion step of nostr-filter-relay as follows:
- (New 🚀) Sentiment analysis filtering (Check USAGE.md)
- (New 🚀) Topic classification filtering (Check USAGE.md)
- Language filter
- NSFW/SFW image content filter
- User type filtering (Nostr native user/non bridged user, activitypub/mostr bridged user)
- Toxic comment filter
Check USAGE.md documentation to see more examples on how to use nostr-filter-relay.
All the filtering features can be easily disabled (opt-out) with parameters content=all
as shown by this example:
wss://nfrelay.app/?content=all
One last major issue that will become next development target:
- NIP-32 Label Event Compatibility
What's Changed
- build: update dependencies by @atrifat in #13
- docs: alternative language detector instance by @atrifat in #14
- docs: new relay domain and tor onion service by @atrifat in #15
- Feat Sentiment Analysis by @atrifat in #17
- Feat Topic Classification by @atrifat in #20
- Detail update for nostr-filter in atrifat/nostr-filter#24 atrifat/nostr-filter#25 atrifat/nostr-filter#28 atrifat/nostr-filter#29 atrifat/nostr-filter#30
- Detail update for nostr-monitoring-tool in v0.5.0 and v0.6.0
- Detail update for language-detector-api v0.1.0 (New 🚀 alternative of LibreTranslate)
- Detail update for nsfw-detector-api in v1.3.0 and v1.4.0
- Detail update for hate-speech-detector-api in v0.2.0 and v0.3.0
- Detail update for sentiment-analysis-api in v0.1.0
- Detail update for topic-classification-api in v0.1.0