{"id":13340558,"url":"https://github.com/regidf12/Vedmenko_vk_bot","last_synced_at":"2025-03-11T18:31:28.282Z","repository":{"id":50371712,"uuid":"518884894","full_name":"regidf12/Vedmenko_vk_bot","owner":"regidf12","description":"🤖💬VK bot to facilitate work","archived":false,"fork":false,"pushed_at":"2023-07-11T22:13:45.000Z","size":61,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-10-24T06:28:21.231Z","etag":null,"topics":["assistant","bot","python","vk"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/regidf12.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":"2022-07-28T14:45:31.000Z","updated_at":"2023-05-21T13:37:50.000Z","dependencies_parsed_at":"2024-10-24T01:17:05.551Z","dependency_job_id":"11f47162-42dd-43db-aa97-a822437adebb","html_url":"https://github.com/regidf12/Vedmenko_vk_bot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regidf12%2FVedmenko_vk_bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regidf12%2FVedmenko_vk_bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regidf12%2FVedmenko_vk_bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/regidf12%2FVedmenko_vk_bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/regidf12","download_url":"https://codeload.github.com/regidf12/Vedmenko_vk_bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243090366,"owners_count":20234789,"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":["assistant","bot","python","vk"],"created_at":"2024-07-29T19:23:37.056Z","updated_at":"2025-03-11T18:31:27.993Z","avatar_url":"https://github.com/regidf12.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vkontakte_bot :robot:\nThe bot facilitates the work of Vedmenko production employees.\n\n## Installation :gear:\nIf you are cloning a project, run it first, otherwise you can download the source on the release page and skip this step.\n\n    git clone https://github.com/White-prince/Vedmenko_vk_bot.git\n    \nYou will need to install the libraries before starting the assistant\n\n    pip install vk_api\n    \nYou will also need a token to run your bot\n\n## Usege :information_source:\nThe token can be obtained in the community settings, you can also log in through your profile. Insert the token into the config file.\n\n    TOKEN = ''\nTo send notifications to admins, use their id\n\n    admin_id = ''\n\nWrite the command in the terminal:\n\n    python vk_bot.py\n\n## About the code :electron:\n- The file config.py contains login information\n\nTo send messages we use:\n\n        def send_some_msg(id_user, message, keyboard=None):\n        post = {'user_id': id_user, 'message': message, 'random_id': 0}\n        if keyboard is not None:\n            post['keyboard'] = keyboard.get_keyboard()\n        else:\n            pass\n        session.method(\"messages.send\", post)\n\nCode base :\n    \n        if __name__ == '__main__':\n \nAll other features are pretty standard.\n\nHope this code helps you\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregidf12%2FVedmenko_vk_bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fregidf12%2FVedmenko_vk_bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fregidf12%2FVedmenko_vk_bot/lists"}