rapture

moderation tools for thuja
git clone git://kqueue.dev/rapture.git
Log | Files | Refs | README | LICENSE

README.md (561B)


      1 # Rapture is a moderation tool for Thuja
      2 This is a program made to help moderate [thuja](https://kqueue.dev/git/thuja) servers. It can delete a post using it's id or a range of posts. It prints the IP the post was made by so you can add those to your firewall blacklists.
      3 
      4 Run rapture -help for more info
      5 
      6 # examples
      7 delete post of id 3:
      8 ``./rapture -staticdir=/home/kqueue/thuja/public -db=/home/kqueue/thuja/my.db -b=Technology -id=3``
      9 
     10 delete posts 1-5
     11 ``./rapture -staticdir=/home/kqueue/thuja/public -db=/home/kqueue/thuja/my.db -b=Technology -range=1-5``