daprofiler / DaProfiler

DaProfiler is an OSINT tool allowing you to collect certain information about yourself in order to rectify by rgpd requests the traces you may have left on the net. DaProfiler is indeed able to recover: Addresses, Social media accounts, e-mail addresses, mobile / landline number, jobs.

Home Page:https://tinyurl.com/DaProfiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem when loading cmd for the requirement.txt

HermesOne opened this issue · comments

Hi,

when i'm trying to download the requirement text, the terminal in sending me as a response :

ERROR: Could not find a version that satisfies the requirement cv2 (from versions: none)
ERROR: No matching distribution found for cv2

Any Ideas?

Great job btw

Kind regards all,

Fyi :

already try :

pip install opencv-python
pip uninstall opencv-pyton
pip3 install opencv-python

Remove cv2 and add opencv-python instead. you can also remove io.

Hi,

I'm a beginner in terms of using this kind of tools/python cmd,

could you give me more informations about the cmd to execute ?

Thank's

Hi,
You have to modify requirements.txt
with
$ sudo nano requirements.txt
then change cv2 by opencv-python
and remove io
Then Ctrl+O to save the file and Ctrl+X to quit nano

Last question haha,

Go to [modules\linkedin_search] then add your creditentials.

I did not succeed this step,

Thank's again