{"id":15133243,"url":"https://github.com/adrianguretto/osintvk","last_synced_at":"2025-09-08T11:10:50.481Z","repository":{"id":174686359,"uuid":"652633381","full_name":"AdrianGuretto/OSINTvk","owner":"AdrianGuretto","description":"OSINT tool for popular Russian social media","archived":false,"fork":false,"pushed_at":"2023-06-12T14:10:43.000Z","size":79,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T22:31:41.737Z","etag":null,"topics":["osint","osint-python","vk-api","vkontakte"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdrianGuretto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-06-12T13:27:45.000Z","updated_at":"2025-03-10T14:27:14.000Z","dependencies_parsed_at":"2023-07-30T09:46:42.105Z","dependency_job_id":null,"html_url":"https://github.com/AdrianGuretto/OSINTvk","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"981926b6dddf492587d8605cffba692c67c2f2d4"},"previous_names":["adrianguretto/osintvk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AdrianGuretto/OSINTvk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianGuretto%2FOSINTvk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianGuretto%2FOSINTvk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianGuretto%2FOSINTvk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianGuretto%2FOSINTvk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdrianGuretto","download_url":"https://codeload.github.com/AdrianGuretto/OSINTvk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdrianGuretto%2FOSINTvk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274174271,"owners_count":25235203,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["osint","osint-python","vk-api","vkontakte"],"created_at":"2024-09-26T05:00:45.061Z","updated_at":"2025-09-08T11:10:50.454Z","avatar_url":"https://github.com/AdrianGuretto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OSINTvk\nOSINT tool for a popular Russian social media: [VKontakte](https://vk.com/). The application enables users to gather OPENLY AVAILABLE data with a great speed and efficiency. The project is made for ***educational*** purposes only. Nor the author or contributors carry any responsibility for the use of this tool.\n\n## ⚒️ App Commands\nOSINTvk application offers a wide range of commands to get an openly available information about a set target:\n```\n\u003cCMD\u003e              : Pull up the command list\n\nGENERAL INFO\n\u003ctargetinfo\u003e       : Retrieve general information about the target.\n\u003cgetprofpic\u003e       : Get target's profile pic.\n\nWALL INFO\n\u003cgetposts\u003e         : Get all target's wallposts(text).\n\u003cgetpostimgs\u003e      : Get all target's wallposts with images attached in a separate folder.\n\u003cgetpostreacts\u003e    : Retrieve info about users who commented or liked target's posts.\n\nPHOTO INFO\n\u003cgetalbums\u003e        : Return a list of target's albums.\n\u003cgetalbimgs\u003e       : Return a list of photos in a specific album. Args: ALBUM_ID or ALBUM_TYPE ('saved', 'profile', 'wall')\n\nFRIENDS INFO\n\u003cgetfriends\u003e       : Retrieve a list of target's friends.\n\u003cgettargetmutual\u003e  : Return a list of target's and check against another user. Args: USER_ID\n\nGROUP INFO\n\u003cgetgroups\u003e        : Get a list of target's groups.\n\u003cgetgroupmembers\u003e  : Get a list of group members (irregardless the target).\n\u003ccheckgroupmember\u003e : Check whether the tartget is a member of a group. Args: GROUP_ID\n\nGEO INFO\n\u003cgetgeopins\u003e       : Retrieve information about target's geo tags. IN DEVELOPMENT...\n\nFULL INFO\n\u003cfullosint\u003e        : Get all the information about the target in a separate folder.\n```\n## ⚙️ Installation and Usage\n1. Download ZIP/Clone/Fork the repository:\n\n    ```git clone ```\n2. Go to the cloned directory:\n\n    ```cd OSINTvk```\n3. Create a virtual environment for the application:\n\n    ```python3 -m venv osintvkenv```\n4. Active and navigate to the virtual environment:\n    * For Linux-based OS: \n    ```source osintvkenv/bin/activate```\n    * For Windows OS: \n    ```.\\osintvkenv\\Scripts\\activate.ps1```\n5. Updgrade pip and install the required packages from .txt file:\n\n    ```\n    pip3 install pip install --upgrade pip\n    pip3 install -r requirements.txt\n    ```\n5. Navigate to ```config``` folder and open ```settings.ini```. Specify your desired output folder path, login, and password.\n6. Run ```main.py``` file, you will be prompted to enter target's userID or nickname.\n\n## 🔗 External library \n[VK API](https://dev.vk.com/api/overview)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianguretto%2Fosintvk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianguretto%2Fosintvk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianguretto%2Fosintvk/lists"}