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

searching for any name will always return positive results from all websites queried - [Please read the documentation!] #40

Closed
diehard88 opened this issue Feb 22, 2021 · 3 comments

Comments

@diehard88
Copy link

diehard88 commented Feb 22, 2021

for example, run the following query in which the name is "xxxxxxxxxxxxxxxxxxxxxxx":

python3 -m social-analyzer --cli --mode "fast" --username "xxxxxxxxxxxxxxxxxxxxxx" --websites "all" --output "pretty"

will result in this:

> 
link     : https://mixcloud.com/xxxxxxxxxxxxxxxxxxxxxx
title    : Mixcloud
language : unavailable
type     : Audio Streaming
-----------------------
link     : https://nightbot.tv/t/xxxxxxxxxxxxxxxxxxxxxx/commands
title    : Nightbot
language : unavailable
type     : unavailable
....
....
edit
....
....
-----------------------
[failed] 7 Profile[s]
-----------------------
link     : https://codeberg.com/xxxxxxxxxxxxxxxxxxxxxx
-----------------------
link     : https://forum.igromania.ru/member.php?username=xxxxxxxxxxxxxxxxxxxxxx
-----------------------
link     : https://leetcode.com/xxxxxxxxxxxxxxxxxxxxxx
-----------------------
link     : https://pling.com/u/xxxxxxxxxxxxxxxxxxxxxx
-----------------------
link     : https://plug.dj/@/xxxxxxxxxxxxxxxxxxxxxx
-----------------------
link     : https://uid.me/xxxxxxxxxxxxxxxxxxxxxx
-----------------------
link     : https://xxxxxxxxxxxxxxxxxxxxxx.wix.com

> 

@giga-a
Copy link
Member

giga-a commented Feb 22, 2021

Hey, thanks for submitting your first issue. Did you read the documentation before opening this issue? This is not a bug, the website returns positive but the profile does not. This project does not only detect profiles but also detects if a webpage exists or not. The entries listed in your example mean that the tool succeeded in getting results from that website. But, the results do not include any hits or do include hits but do not meet the requirements. Also, if everything goes well, then you will see "status":"good" "status":"maybe" or "status":"bad"

          if (temp_value >= 100.00){
            temp_profile.status = "good"
          }
          else if (temp_value >= 50.00 && temp_value < 100.00){
            temp_profile.status = "maybe"
          }
          else{
            temp_profile.status = "bad"
          }

Shortly, look for "status":"good" to determinate if a profile exists or not. And, let me know if that helped you or not!

@giga-a giga-a changed the title searching for any name will always return positive results from all websites queried searching for any name will always return positive results from all websites queried - [Please read the documentation!] Feb 22, 2021
@giga-a giga-a closed this as completed Feb 22, 2021
@diehard88
Copy link
Author

thank you.

I did RTFM. but not thoroughly....

cheers!

:)

@giga-a
Copy link
Member

giga-a commented Feb 22, 2021

You are very welcome! Feel free to check\test the other projects 🛵

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

No branches or pull requests

2 participants