Giter VIP home page Giter VIP logo

Comments (6)

erkinalp avatar erkinalp commented on August 16, 2024 1

Interesting, would you be able to run this? If yes, what's the output?

[!] Detections are updated very often, make sure to get the most up-to-date ones
[!] Temporary Logs Directory /tmp/tmpnec6ls1y
[Checking] youtube.com
[Checking] tumblr.com
[Checking] pinterest.com
[Detected] 1 Profile[s]
-----------------------
found    : 3
link     : https://pinterest.com/johndoe
rate     : %100.0
status   : good
title    : John Doe (johndoe) - Profile | Pinterest
language : English
type     : Social media service
-----------------------
[unknown] 2 Profile[s]
-----------------------
link     : https://johndoe.tumblr.com
title    : Not found.
language : Dutch (Maybe)
type     : unavailable
-----------------------
link     : https://youtube.com/johndoe
title    : 404 Not Found
language : unavailable
type     : Video hosting service
-----------------------

It turns out --websites "all" combined with --mode "slow" fails.

from social-analyzer.

erkinalp avatar erkinalp commented on August 16, 2024
apturl                 0.5.2               
asn1crypto             0.24.0              
attrs                  19.3.0              
Automat                0.8.0               
bcrypt                 3.1.7               
beautifulsoup4         4.8.2               
blinker                1.4                 
breezy                 3.0.2               
Brlapi                 0.7.0               
cached-property        1.5.1               
certifi                2019.11.28          
chardet                3.0.4               
chrome-gnome-shell     0.0.0               
Click                  7.0                 
colorama               0.4.3               
command-not-found      0.3                 
configobj              5.0.6               
constantly             15.1.0              
cryptography           2.8                 
cson                   0.8                 
cupshelpers            1.0                 
cycler                 0.10.0              
dbus-python            1.2.16              
decorator              4.4.2               
defer                  1.0.6               
Deprecated             1.2.7               
distro                 1.4.0               
distro-info            0.23ubuntu1         
docker                 4.1.0               
docker-compose         1.25.0              
docker-pycreds         0.3.0               
dockerpty              0.4.1               
docopt                 0.6.2               
dulwich                0.19.15             
duplicity              0.8.12.0            
entrypoints            0.3                 
fasteners              0.14.1              
fastimport             0.9.8               
future                 0.18.2              
GDAL                   3.0.4               
gpg                    1.13.1-unknown      
grpcio                 1.16.1              
html5lib               1.0.1               
httplib2               0.14.0              
hyperlink              19.0.0              
idna                   2.8                 
importlib-metadata     1.5.0               
incremental            16.10.1             
ipython-genutils       0.2.0               
Jinja2                 2.10.1              
jsonschema             3.2.0               
jupyter-core           4.6.3               
keyring                18.0.1              
keyrings.alt           3.4.0               
kiwisolver             1.0.1               
langdetect             1.0.8               
language-selector      0.1                 
launchpadlib           1.10.13             
lazr.restfulclient     0.14.2              
lazr.uri               1.0.3               
lockfile               0.12.2              
louis                  3.12.0              
lxml                   4.5.0               
macaroonbakery         1.3.1               
Mako                   1.1.0               
MarkupSafe             1.1.0               
matplotlib             3.1.2               
meson                  0.53.2              
monotonic              1.5                 
more-itertools         4.2.0               
nbformat               5.0.4               
netifaces              0.10.4              
numpy                  1.17.4              
oauth                  1.0.1               
oauthlib               3.1.0               
olefile                0.46                
OWSLib                 0.19.1              
PAM                    0.4.2               
paramiko               2.6.0               
pexpect                4.6.0               
Pillow                 7.0.0               
pip                    20.0.2              
plotly                 4.4.1               
protobuf               3.6.1               
psycopg2               2.8.4               
py-postgresql          1.2.2               
pyasn1                 0.4.2               
pyasn1-modules         0.2.1               
pycairo                1.16.2              
pycrypto               2.6.1               
pycups                 1.9.73              
PyGithub               1.43.7              
Pygments               2.3.1               
PyGObject              3.36.0              
PyHamcrest             1.9.0               
PyJWT                  1.7.1               
pymacaroons            0.13.0              
PyNaCl                 1.3.0               
pyOpenSSL              19.0.0              
pyparsing              2.4.6               
pyproj                 2.5.0               
PyQt5                  5.14.1              
pyRFC3339              1.1                 
pyrsistent             0.15.5              
pyserial               3.4                 
python-apt             2.0.0+ubuntu0.20.4.4
python-dateutil        2.7.3               
python-debian          0.1.36ubuntu1       
python-gitlab          2.0.1               
pytz                   2019.3              
pyxattr                0.6.1               
pyxdg                  0.26                
PyYAML                 5.3.1               
reportlab              3.5.34              
requests               2.22.0              
requests-unixsocket    0.2.0               
retrying               1.3.3               
SecretStorage          2.3.1               
service-identity       18.1.0              
setuptools             45.2.0              
simplejson             3.16.0              
sip                    4.19.21             
six                    1.14.0              
social-analyzer        0.8                 
sos                    4.0                 
soupsieve              1.9.5               
speg                   0.3                 
system-service         0.3                 
systemd-python         234                 
termcolor              1.1.0               
texttable              1.6.2               
tld                    0.12.5              
traitlets              4.3.3               
Twisted                18.9.0              
ubuntu-advantage-tools 20.3                
ubuntu-drivers-common  0.0.0               
ufw                    0.36                
unattended-upgrades    0.1                 
urllib3                1.25.8              
usb-creator            0.3.7               
wadllib                1.3.3               
webencodings           0.5.1               
websocket-client       0.53.0              
wheel                  0.34.2              
wrapt                  1.11.2              
xdot                   1.1                 
xkit                   0.0.0               
youtube-dl             2020.3.24           
zipp                   1.0.0               
zope.interface         4.7.1         

from social-analyzer.

giga-a avatar giga-a commented on August 16, 2024

Hey, thanks for submitting your first issue!

  • Would you be able to tell me how did you run that tool?
  • Are you using proxy, vpn, tor or anything similar?

I just issued a test request on Macaw (My Detected Testing System) - 662501e4-113d-4d5b-86cc-abb6143c3754

root@28f6eb839928:/# python3 -m social-analyzer --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty"
[!] Detections are updated very often, make sure to get the most up-to-date ones
[!] Temporary Logs Directory /tmp/tmp2ityatm4
[Checking] tumblr.com
[Checking] pinterest.com
[Checking] youtube.com
[Detected] 1 Profile[s]
-----------------------
found    : 3
link     : https://pinterest.com/johndoe
rate     : %100.0
status   : good
title    : John Doe (johndoe) - Profile | Pinterest
language : English
type     : Social media service
-----------------------
[unknown] 2 Profile[s]
-----------------------
link     : https://johndoe.tumblr.com
title    : Not found.
language : English (Maybe)
type     : unavailable
-----------------------
link     : https://youtube.com/johndoe
title    : 404 Not Found
language : English
type     : Video hosting service
-----------------------

from social-analyzer.

erkinalp avatar erkinalp commented on August 16, 2024

Installed from a regular terminal and used it in the same terminal, just like the README.md says for Python-PIP version.
No proxy, no VPN, but behind a CGNAT.

from social-analyzer.

giga-a avatar giga-a commented on August 16, 2024

Interesting, would you be able to run this? If yes, what's the output?

python3 -m social-analyzer --cli --mode "fast" --username "johndoe" --websites "youtube pinterest tumblr" --output "pretty"

from social-analyzer.

giga-a avatar giga-a commented on August 16, 2024

Hey, great to know what's going on! That mode is not fully implemented But, it will be adding later on

from social-analyzer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.