{"id":23175762,"url":"https://github.com/flioris/jva","last_synced_at":"2026-03-13T09:01:16.061Z","repository":{"id":264878266,"uuid":"894569364","full_name":"Flioris/JVA","owner":"Flioris","description":"Java wrapper for working with the VK Long Poll API.","archived":false,"fork":false,"pushed_at":"2024-12-16T06:00:24.000Z","size":256,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-16T06:27:22.971Z","etag":null,"topics":["api","api-wrapper","asynchronous","bot","bot-api","java","jva","long-poll","long-polling","okhttp3","rest","rest-api","synchronous","vk"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flioris.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":"2024-11-26T15:31:24.000Z","updated_at":"2024-12-16T06:00:28.000Z","dependencies_parsed_at":"2024-11-26T16:34:01.784Z","dependency_job_id":null,"html_url":"https://github.com/Flioris/JVA","commit_stats":null,"previous_names":["flioris/jva"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flioris%2FJVA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flioris%2FJVA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flioris%2FJVA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flioris%2FJVA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flioris","download_url":"https://codeload.github.com/Flioris/JVA/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230225632,"owners_count":18193014,"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","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":["api","api-wrapper","asynchronous","bot","bot-api","java","jva","long-poll","long-polling","okhttp3","rest","rest-api","synchronous","vk"],"created_at":"2024-12-18T06:09:21.798Z","updated_at":"2026-03-13T09:01:16.045Z","avatar_url":"https://github.com/Flioris.png","language":"Java","readme":"\u003cimg align=\"right\" src=\"https://i.imgur.com/okw2Gre.png\" height=\"100\" width=\"100\"\u003e\n\n[![Release](https://img.shields.io/github/v/release/Flioris/JVA?label=Release)](https://github.com/Flioris/JVA/releases)\n[![discord-shield](https://discord.com/api/guilds/1045660297236582462/widget.png)](https://discord.gg/AZSZ8nhtra)\n[![docs-shield](https://img.shields.io/badge/Wiki-Docs-blue.svg)](https://flioris.github.io/JVA/)\n\n# Java VK API (abandoned)\n\nAn open source Java wrapper for working with the VK Long Poll API. Provides the ability to work with VK methods and its events for group bots.\n\n## ⬇️ Installation\n\n### Maven\n\n```xml\n\u003crepositories\u003e\n    \u003crepository\u003e\n        \u003cid\u003ejitpack.io\u003c/id\u003e\n        \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n    \u003c/repository\u003e\n\u003c/repositories\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003ecom.github.Flioris\u003c/groupId\u003e\n        \u003cartifactId\u003eJVA\u003c/artifactId\u003e\n        \u003cversion\u003e0.1.13-alpha\u003c/version\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n```\n\n### Gradle\n\n```gradle\nrepositories {\n    mavenCentral()\n    maven {\n        url = uri(\"https://jitpack.io\")\n    }\n}\n\ndependencies {\n    implementation(\"com.github.Flioris:JVA:0.1.13-alpha\")\n}\n```\n\n## 🚪️ Getting Started\n\nLaunch the bot and attach an event listener:\n\n```java\npublic static void main(String[] args) {\n    jva = new JVA(token, groupId);\n    jva.setListeners(new MainListener());\n}\n```\n\nYour event listener will look something like this:\n\n```java\npublic class MainListener extends EventListener {\n    \n    @Override\n    public void onCommand(CommandEvent event) {\n        ...\n    }\n    \n    @Override\n    public void onMessage(MessageEvent event) {\n        ...\n    }\n}\n```\n\nMore details in [Javadoc](https://flioris.github.io/JVA/).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflioris%2Fjva","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflioris%2Fjva","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflioris%2Fjva/lists"}