cvandeplas / pystemon

Monitoring tool for PasteBin-alike sites written in Python. Inspired by pastemon http://github.com/xme/pastemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement block notification

cvandeplas opened this issue · comments

Pastebin informs the user when you access the site to actively

Implement a general function that matches some keywords in the html like

  • Pastebin: "has temporarily blocked your computer"

Actions to implement:

  • in the OO model on the PastieSite object
  • log the blocking and send an email notification (if email alerting is on)
  • On more long term: remove proxy ip temporarily, throttle access.

This is already implemented in other ways.