Open
Description
Suggestions:
- At line Fix SyntaxError: Missing parentheses in call to 'print' #43 : https://github.com/armbues/ioc_parser/blob/master/iocp.py#L43
- Replace with:
try:
from StringIO import StringIO
except ImportError:
from io import StringIO
- pdfminer doesn't support python3, so I changed default library to 'pypdf2' at line #84:
def __init__(self, patterns_ini=None, ..., library='pypdf2', ...):
Metadata
Metadata
Assignees
Labels
No labels