voxpelli / webpage-webmentions

A hosted Disqus-like comment service that enables WebMention receiving on any kind of site
https://webmention.herokuapp.com/
MIT License
74 stars 14 forks source link

Support a block list #31

Open voxpelli opened 9 years ago

voxpelli commented 9 years ago

As discussed in https://github.com/snarfed/bridgy/issues/473 it would be useful to be able to import a Twitter block list, or any block list, to automatically block some mentions (so one doesn't have to manually block them though https://github.com/voxpelli/webpage-webmentions/issues/28).

This endpoint should be able to consume and subscribe to such block lists (and ideally discover them from a user profile when someone eg. signs in using IndieAuth, https://github.com/voxpelli/webpage-webmentions/issues/30)

Related wiki pages:

tantek commented 7 years ago

There may be two features here:

snarfed commented 7 years ago

@voxpelli just fyi https://granary-demo.appspot.com/ now fetches twitter block lists and converts them to mf2! feel free to try, and use it if you want.

voxpelli commented 7 years ago

Great @snarfed! Hopefully I can get around to implement this in the not too far future