Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for kind whitelist/blacklist #80

Open
dtdannen opened this issue Nov 19, 2024 · 1 comment
Open

Add support for kind whitelist/blacklist #80

dtdannen opened this issue Nov 19, 2024 · 1 comment

Comments

@dtdannen
Copy link

I'd like to use nostpy but a hard requirement is that I can whitelist and blacklist Kinds.

I'm curious how adding such a feature could work, and if the maintainers have thought about this support?

Some ideas for adding this feature:

  • add a new environment variable
  • add a new feature for a config or settings file that has settings outside of environment variables
@UTXOnly
Copy link
Owner

UTXOnly commented Nov 19, 2024

Yes, this is a feature in the works! I had it in a previous version that worked with nostpy-gui.

However, I removed it in favor of web-of-trust filtering and to refactor to meet NIP-86 standards. I had kind of gone off on my own and was using notes to manage those lists.

I have the database logic in a separate local dev branch but was waiting until I added the admin API/web GUI (which is also almost complete) to push that feature up.

I will push up the whitelist/blacklist feature hopefully by this weekend. I would love to get your feedback on that before I release everything at once.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants