Files
isspam/retoor_c
retoor 2848d1b80c feat: add python-based spam detection script with file analysis and forbidden word checking
Implement a new Python script `isspam.py` that analyzes text files for spam indicators by counting total words, capitalized words, sentences, numbers, and occurrences of a predefined list of 40 forbidden words. The script supports multi-file input via command-line arguments, reads files in 1024-byte chunks, and uses threading for concurrent analysis.
2025-03-22 22:55:48 +00:00
..