SharadKumar97 / OSINT-SPY

Performs OSINT scan on email/domain/ip_address/organization using OSINT-SPY. It can be used by Data Miners, Infosec Researchers, Penetration Testers and cyber crime investigator in order to find deep information about their target. If you want to ask something please feel free to reach out to me at robotcoder@protonmail.com
https://docs.osint-spy.io
GNU General Public License v3.0
1.15k stars 182 forks source link

missing module #27

Open connectnet opened 4 years ago

connectnet commented 4 years ago
import clearbit
ImportError: No module named clearbit
Sayam753 commented 3 years ago

Hey @connectnet Can you make sure all the requirements have been installed successfully? Thanks

connectnet commented 3 years ago

Yes, all requirements are installed.

python osint-spy.py
Traceback (most recent call last):
  File "osint-spy.py", line 2, in <module>
    from modules import (get_bitcoin_data, get_ciphers, heart_bleed,
  File "/OSINT-SPY/modules/__init__.py", line 2, in <module>
    from .company_detail import *
  File "/OSINT-SPY/modules/company_detail.py", line 3, in <module>
    import clearbit
ImportError: No module named clearbit
Sayam753 commented 3 years ago

Hi @connectnet Thanks for checking this out. Just to test if things work, I cloned the repo and installed the requirements in a separate environment. I was able to successfully execute all the commands. So, can you make sure if you have activated the virtual environment where the requirements have been installed? And provide some additional OS details to reproduce this issue? Thanks

phenix-rising commented 1 year ago

I am having a similar issue python3 osint-spy.py Traceback (most recent call last): File "/home/phenix_rising/OSINT-SPY/osint-spy.py", line 2, in from modules import (get_bitcoin_data, get_ciphers, heart_bleed, File "/home/phenix_rising/OSINT-SPY/modules/init.py", line 2, in from .company_detail import * File "/home/phenix_rising/OSINT-SPY/modules/company_detail.py", line 3, in import clearbit ModuleNotFoundError: No module named 'clearbit'

When I explore the modules directory it doesnt seem to have a clearbit module

~/OSINT-SPY/modules $ ls bitcoin.py company_detail.py config.py config.py.save device_search.py email_search.py init.py ip_enum.py malware.py pycache ssl_scan.py utils.py