qeeqbox/social-analyzer

websites

sprklingwatrr opened this issue · 4 comments

Hi, is there a way to search for all the possible websites instead of just the ones you have to input? For example, instead of --websites "instagram facebook youtube" and so on, is there a way to just say --websites "all"?

Hey, try that out! It's already implemented

Oh cool thank you!

Also, you can filter the status and profile types

python3 -m social-analyzer --cli --mode "fast" --username "user" --websites "all" --output "pretty" --metadata --extract --trim --filter "good" --profile "detected"

or

python3 app.py --cli --mode "fast" --username "user" --websites "all" --output "pretty" --metadata --extract --trim --filter "good" --profile "detected"

or

nodejs app.js --cli --mode "fast" --username "user" --websites "all" --output "pretty" --metadata --extract --trim --filter "good" --profile "detected"

Let me know if you run into any other issues.
Do not forget to check the other projects! 🛵