Skip to content

Ginemiagl/vkontakte-osint-lib

 
 

Repository files navigation

Vkontakte OSINT scenario library

Gitpod ready-to-code

Build Status codecov

Description

Vkontakte API from official api.

Rationale

Vkontakte protocol https://vk.com/dev/SDK has technically thorough and detailed documentation, but does not give an opportunity to configure request parameters. With our libi you can easily set any cURL configuration. Our library makes it possible to get information on profiles. You can get

  • status
  • timestamp
  • photo(avatar)

Requirements

  • PHP 7.4+
  • Composer
    • phpseclib

Docs

QuickStart

First of all, add library to your app user composer:

composer require postuf/vkontakte-api-lib

To check out usage examples, go to examples dir.

Limitations

There is a limit on the number of profiles for which you can immediately get information. If the figure exceeds 800, you will get an exception

About

Vkontakte scenario-based API aimed at OSINT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • PHP 97.7%
  • Dockerfile 1.9%
  • Shell 0.4%