From 04248958c80297a180723da8a5f01433294fcc94 Mon Sep 17 00:00:00 2001 From: Sascha Rommelfangen Date: Wed, 31 May 2017 14:57:34 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d7c20d..0f278fa 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,7 @@ You should now be able to send your IoC-containing mails to misp_handler@YOURDOM - mail_to_misp requires access to a MISP instance (via API). - Python 3 - urlmarker from https://github.com/rcompton/ryancompton.net/blob/master/assets/praw_drugs/urlmarker.py (contained in this project) +- ftfy from https://github.com/LuminosoInsight/python-ftfy (to fix unicode text) - defang from https://bitbucket.org/johannestaas/defang - Patch defang/defang/__init__.py by commenting out the following line (not used && not compatible with Python 3): `from urllib2 import urlparse`