i0datamonster / metagoofil

Automatically exported from code.google.com/p/metagoofil
GNU General Public License v2.0
0 stars 0 forks source link

Version 2.2 works? #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. python metagoofil.py
2.
3.

What is the expected output? What do you see instead?
 ~/Downloads/metagoofil-2.2 ⮀ python metagoofil.py 
Traceback (most recent call last):
  File "metagoofil.py", line 1, in <module>
    from discovery import googlesearch
  File "/home/lyy/Downloads/metagoofil-2.2/discovery/googlesearch.py", line 3, in <module>
    import myparser
ImportError: No module named myparser

What version of the product are you using? On what operating system?
2.2 downloaded from here.Linux amd64

Please provide any additional information below.
blackhat version provided may be work,
but lots of modified should be made to work.Especially when it comes with 
Chinese characters. 

Original issue reported on code.google.com by lht...@gmail.com on 8 Jul 2013 at 1:03

GoogleCodeExporter commented 8 years ago
Same issue here, did the name change from parser to myparser?

python metagoofil.py
Traceback (most recent call last):
  File "metagoofil.py", line 1, in <module>
    from discovery import googlesearch
  File "/opt/tools/metagoofil-2.2/discovery/googlesearch.py", line 3, in <module>
    import myparser
ImportError: No module named myparser

Original comment by michael....@gmail.com on 24 Jul 2013 at 5:50

GoogleCodeExporter commented 8 years ago
Just copy some necessary files from 
http://code.google.com/p/metagoofil/downloads/detail?name=metagoofil-2.1_BH2011_
Arsenal.tar.gz&can=2&q=

Or just use the blackhat version.

You may have to modified the parser to exclude some links.

Or you can try my modified version...However, I modified it to work for Chinese 
and may added some unnecessary dependencies(chardet):

https://github.com/reverland/igt/tree/master/metagoofil-blackhat

Original comment by lht...@gmail.com on 27 Jul 2013 at 12:18