qeeqbox / social-analyzer

API, CLI, and Web App for analyzing and finding a person's profile in 1000 social media \ websites
GNU Affero General Public License v3.0
11.73k stars 923 forks source link

The problem with getting the result #Question #111

Open BearBigBro opened 1 year ago

BearBigBro commented 1 year ago

By executing this script and entering different data, like a mobile phone, a user name, just a person's name, the result is always the same, it just gives out the assigned parameters at the end, unfortunately the desired result does not work. It is installed and launched without problems, but it is not looking for information, tell me what I am doing wrong. Installed on ubuntu. Whatever data I enter is always the same result.

sudo apt-get update sudo apt-get install git python3 python3-pip git clone https://github.com/qeeqbox/social-analyzer cd social-analyzer pip3 install -r requirements.txt python3 app.py --username "janedoe"

or

python3 app.py --username "johndoe" --metadata

or

python3 app.py --username "johndoe" --metadata --top 100

or

python3 app.py --username "johndoe" --type "adult"

or

python3 app.py --username "johndoe" --websites "car" --logs --screenshots