sham00n / buster

An advanced tool for email reconnaissance
GNU General Public License v3.0
937 stars 168 forks source link

error when running the program #9

Open truesamurai opened 4 years ago

truesamurai commented 4 years ago

When I run the script I get this error:

Traceback (most recent call last): File "/usr/local/bin/buster", line 11, in load_entry_point('buster==1.0.0', 'console_scripts', 'buster')() File "/usr/local/lib/python3.7/dist-packages/buster-1.0.0-py3.7.egg/buster/lib/run.py", line 76, in start with open( pkg_resources.resource_filename('data', 'api-keys.yaml'), 'r') as api_keys: FileNotFoundError: [Errno 2] No such file or directory: '/usr/local/lib/python3.7/dist-packages/data/api-keys.yaml'