isso-comments / isso

a Disqus alternative
https://isso-comments.de
MIT License
5k stars 442 forks source link

Close comments after N days #180

Open zackw opened 9 years ago

zackw commented 9 years ago

Feature request: I'd like to be able to tell isso that it should not accept any more comments on a particular article after N days (from the publication of the article).

NerosTie commented 9 years ago

:+1:

bactisme commented 9 years ago

:+1:

ghost commented 8 years ago

:+1:

ix5 commented 2 years ago

For later reference, this would require scraping the date from the fetched page, which might fail (needing retry logic). We already fetch the page title and have a dependency for html5lib.

ix5 commented 2 years ago

Related: https://github.com/posativ/isso/issues/71