You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: