Get any Skype contact by phone number! And do Skype search by any term, literally.
How it works? This script exploits Skype search API functionality.
WARNING: Skype antifraud system bans accounts periodically. You should check your mailbox and reset passwords through Microsoft email link when you account stop working. Also, you can create several accounts and use 3rd option of authorization (see below).
The tool based on the template osint-cli-tool-skeleton. Read its README to explore all the available functionality.
You need to authorize first to get Skype token. You can:
- Use env variables
export SKYPE_LOGIN=login
export SKYPE_PASS=pass
- Enter credentials after the launch:
./run.py +79218657070
Login:
Password:
- Use special file
credentials.txt
withlogin:password
pairs, the tool will automatically select the working one.
login1:pass1
login2:pass2
Script will get the token and save it to the token.txt
file.
Set SKPY_DEBUG_HTTP=1
in your environment to output all HTTP requests between the library and Skype’s APIs.
Read the unoffical skpy
library documentation here.