Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The problem with getting the result #Question #111

Open
BearBigBro opened this issue Oct 18, 2023 · 0 comments
Open

The problem with getting the result #Question #111

BearBigBro opened this issue Oct 18, 2023 · 0 comments

Comments

@BearBigBro
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant