{"id":16901482,"url":"https://github.com/axd1x8a/VKThingy","last_synced_at":"2025-12-11T12:30:23.538Z","repository":{"id":62587679,"uuid":"351177806","full_name":"FeeeeK/VKThingy","owner":"FeeeeK","description":"Asynchronous api wrapper for the game from vk.com","archived":false,"fork":false,"pushed_at":"2021-03-31T17:40:05.000Z","size":43,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T20:16:50.562Z","etag":null,"topics":["vk"],"latest_commit_sha":null,"homepage":"","language":"Python","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/FeeeeK.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}},"created_at":"2021-03-24T18:05:22.000Z","updated_at":"2023-07-13T12:36:58.000Z","dependencies_parsed_at":"2022-11-03T17:01:33.059Z","dependency_job_id":null,"html_url":"https://github.com/FeeeeK/VKThingy","commit_stats":null,"previous_names":["feeeek/vkslaves"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FVKThingy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FVKThingy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FVKThingy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeeeeK%2FVKThingy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FeeeeK","download_url":"https://codeload.github.com/FeeeeK/VKThingy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239676254,"owners_count":19678776,"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":["vk"],"created_at":"2024-10-13T17:59:56.552Z","updated_at":"2025-12-11T12:30:23.471Z","avatar_url":"https://github.com/FeeeeK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VKSlaves\nAsynchronous api wrapper for the game from vk.com called \"slaves\"\n\n# Example of usage\n```python\nimport asyncio\nfrom vkslaves import SlavesAPI\nfrom vkslaves.errors import SlaveAreLockedError, NotEnoughMoneyError\n\nslaves_api = SlavesAPI(\n    app_auth=\"vk_access_token_settings=friends,status\u0026vk_app_id=7794757...\"\n)\n\n\nasync def main():\n    await slaves_api.start()  # update .me and .slaves\n    print(slaves_api.me.balance)  # get your balance\n    user = await slaves_api.user(1)  # get info about vk.com/id1\n    print(user.master_id)  # get id of user's master\n    try:\n        await svales_api.buy_slave(1)\n    except SlaveAreLockedError:\n        print(\" Oh no :( \")\n    except NotEnoughMoneyError:\n        print(\" I need more money :( \")\n\n\nasyncio.run(main())\n```\n\n### I'm too lazy to write documentation, just look at the names of the functions and docstrings","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxd1x8a%2FVKThingy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxd1x8a%2FVKThingy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxd1x8a%2FVKThingy/lists"}