SpamScope / spamscope

Fast Advanced Spam Analysis Tool
https://pypi.python.org/pypi/SpamScope
Apache License 2.0
292 stars 59 forks source link

Unsure about data input #18

Closed Hopyoprop closed 5 years ago

Hopyoprop commented 5 years ago

Hi, I'm a student and I wanted to try your spamscope as it looks comprehensive at processing bulks of mail and stripping them down. Its the latest version of the spamscope available on your Git as well

I'm a bit confused on how to parse in data into this though. I have a docker image with the apache storm running and using the spamscope-debug topology to store the output on file system.

From there, I'm not very sure of how to parse in data into it, I have some email headers that I want to parse into it for processing. I understand it has to do with apache storm spouts but I've never used it before and some guidance would be appreciated! Would it be possible for it to take in a set of email files located in a folder for example

Thank you in advance also! :)

image