{"id":15023121,"url":"https://github.com/fizvlad/vkdonate-rb","last_synced_at":"2026-02-03T01:03:25.176Z","repository":{"id":48705054,"uuid":"210005688","full_name":"fizvlad/vkdonate-rb","owner":"fizvlad","description":"Small Ruby Gem to interact with vkdonate.ru API","archived":false,"fork":false,"pushed_at":"2024-05-16T18:56:47.000Z","size":21,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-09T07:23:54.653Z","etag":null,"topics":["api","app","donate","donations","vk","vkontakte"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/fizvlad.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":"2019-09-21T15:08:46.000Z","updated_at":"2021-05-04T13:57:45.000Z","dependencies_parsed_at":"2024-11-12T06:16:25.304Z","dependency_job_id":null,"html_url":"https://github.com/fizvlad/vkdonate-rb","commit_stats":{"total_commits":10,"total_committers":2,"mean_commits":5.0,"dds":0.09999999999999998,"last_synced_commit":"73c70c9d679dc3d69eb9dd56343b953b5d1d553b"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fizvlad/vkdonate-rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizvlad%2Fvkdonate-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizvlad%2Fvkdonate-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizvlad%2Fvkdonate-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizvlad%2Fvkdonate-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fizvlad","download_url":"https://codeload.github.com/fizvlad/vkdonate-rb/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizvlad%2Fvkdonate-rb/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261786868,"owners_count":23209563,"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","app","donate","donations","vk","vkontakte"],"created_at":"2024-09-24T19:58:45.127Z","updated_at":"2026-02-03T01:03:20.158Z","avatar_url":"https://github.com/fizvlad.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vkdonate\r\n\r\nThis is small non-official gem which provides interface to interact with [vkdonate.ru API](https://vkdonate.ru/help#api).\r\n\r\n## Installation\r\n\r\nAdd this line to your application's Gemfile:\r\n\r\n```ruby\r\ngem 'vkdonate'\r\n```\r\n\r\nAnd then execute:\r\n\r\n    $ bundle\r\n\r\nOr install it yourself as:\r\n\r\n    $ gem install vkdonate\r\n\r\n## Usage\r\n\r\nYou can check documentation [here](https://www.rubydoc.info/gems/vkdonate/).\r\n\r\nTo interact with API you are to initialize client firstly:\r\n\r\n```ruby\r\nclient = Vkdonate::Client.new(\"API KEY GOES HERE\")\r\n```\r\n\r\nAfter that you can call method `Client#donates` which returnes array of `Donate` objects:\r\n\r\n```ruby\r\ndonates = client.donates(count: 10, order: :asc)\r\nVkdonate::Donate === donates[0] # =\u003e true\r\nputs donates\r\n=begin\r\nOutput:\r\nDonation #1219946 by @157230821 for 1RUR (at 2019-09-22T01:35:47+03:00)\r\nDonation #1219943 by @157230821 for 1RUR (at 2019-09-22T01:34:59+03:00)\r\nDonation #1219941 by @157230821 for 1RUR (at 2019-09-22T01:33:37+03:00)\r\n=end\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizvlad%2Fvkdonate-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizvlad%2Fvkdonate-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizvlad%2Fvkdonate-rb/lists"}