Python package for searching vk accounts by phone number
Project description
vkOsint - Python package for searching vk accounts by phone number
Features:
- Authorization by login and password
- Tokens parsing
- Accounts searching by phone number
- Source code contains all the api's hash functionality
Package uses Private api without selenium. Developed by reverse engineering & api sniffing
Support Python >= 3.10
ToDo
- 2fa authorization
- Osint function return value filters
Installation
$ pip install vkOsint
Basic Usage
import json
from vkOsint import vkOsint
vkInstance = vkOsint(proxy='[proxy]')
vkInstance.login(username='[login]',password='[password]')
parsedData = vkInstance.osint(phoneNumbers=['+7..........','+7..........'])
with open('results.json','w') as file:
json.dump(parsedData,file,indent=4,ensure_ascii=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vkOsint-1.0.tar.gz
(6.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
vkOsint-1.0-py3-none-any.whl
(7.4 kB
view details)
File details
Details for the file vkOsint-1.0.tar.gz.
File metadata
- Download URL: vkOsint-1.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10ce5b5f19775b5394ec2b646f2e841ec88d356255bb21387c7d83b088761582
|
|
| MD5 |
bc6627fa88a145164c0bd95e5ad19c8d
|
|
| BLAKE2b-256 |
067f970c853cc6c6b64f56e93af369010e366822507e69bdbd5352f6308b1ea9
|
File details
Details for the file vkOsint-1.0-py3-none-any.whl.
File metadata
- Download URL: vkOsint-1.0-py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8bf38e789fe1cbf9030a0e8c836c024b1c1da300eb7f3d4053c8893ee092c41
|
|
| MD5 |
bdb2eaf92744364886516f449e6fd579
|
|
| BLAKE2b-256 |
8dc15e38729b98af4e919ab957550013d1a3d71dea53bc3c4277077e776384bf
|