SFS
What?
Basically, sfs is a small Python library that interfaces with stopforumspam.com. It provides functions for checking accounts against and adding accounts to their database. I wrote it to use with some cron jobs I have to control spam.
You can download the library here: sfs-0.1.1.tar.gz. There's not a whole lot in the way of documentation, but there are examples on how to use the library. All code is licensed under an MIT-style license.
Why?
- You're tired of deleting spam by hand.
- You think that cron is more reliable than you are (it is).
History
- February 28th, 2008: 0.1.1 released: special characters in usernames are now properly escaped.
- Feburary 1st, 2008: 0.1 released.