krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
563 stars 184 forks source link

Feed Parser #51

Closed mlawsonis closed 10 years ago

mlawsonis commented 10 years ago

Did a fresh git today

sudo python maltrieve.py Traceback (most recent call last): File "maltrieve.py", line 23, in import feedparser ImportError: No module named feedparser

sroberts commented 10 years ago

I think you just need to run sudo easy_install feedparser from the command line to install the Feedparser module.

krmaxwell commented 10 years ago

yeah stuff is very fluid right now. I need to add that to the listed requirements.

mlawsonis commented 10 years ago

I'll add this to my guide and submit.

Sent from my iPhone

On Jul 8, 2014, at 5:55 PM, Kyle Maxwell notifications@github.com wrote:

yeah stuff is very fluid right now. I need to add that to the listed requirements.

— Reply to this email directly or view it on GitHub.

krmaxwell commented 10 years ago

Thanks! If you don't mind @mlawsonis I'd happily include a text version in the actual tool as well. Feel free to submit a PR.

krmaxwell commented 10 years ago

btw this should be documented properly as of 0f150934b2da4901e7036fb9872257d10e931079 (plus in the README).