{"id":15176666,"url":"https://github.com/dedinc/vk_captchasolver","last_synced_at":"2025-10-01T16:30:32.792Z","repository":{"id":53841421,"uuid":"392195860","full_name":"DedInc/vk_captchasolver","owner":"DedInc","description":"VKontakte captcha solver with pseudoCRNN model running as a python module","archived":true,"fork":false,"pushed_at":"2022-05-10T03:12:48.000Z","size":969,"stargazers_count":41,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-17T06:49:11.387Z","etag":null,"topics":["captcha","captcha-recognition","captcha-solving","crnn","keras","onnx","python","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/DedInc.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-08-03T05:03:42.000Z","updated_at":"2024-07-30T15:05:14.000Z","dependencies_parsed_at":"2022-08-23T04:01:24.400Z","dependency_job_id":null,"html_url":"https://github.com/DedInc/vk_captchasolver","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fvk_captchasolver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fvk_captchasolver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fvk_captchasolver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DedInc%2Fvk_captchasolver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DedInc","download_url":"https://codeload.github.com/DedInc/vk_captchasolver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234882549,"owners_count":18901290,"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":["captcha","captcha-recognition","captcha-solving","crnn","keras","onnx","python","vkontakte"],"created_at":"2024-09-27T13:40:14.188Z","updated_at":"2025-10-01T16:30:32.370Z","avatar_url":"https://github.com/DedInc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003evk_captchasolver - VKontakte captcha solver with 91% accuracy right.\u003c/h1\u003e\n\n\u003ch2\u003eThis model, which solves vkontakte captchas, was taken from \u003ca href=\"https://github.com/Defasium/vkCaptchaBreaker/\"\u003eDefasium's repository\u003c/a\u003e\u003c/h2\u003e\n\n\u003ch1 align=\"center\"\u003e -How to use?- \u003c/h1\u003e\n\n\u003ch2 align=\"center\"\u003e -Solve by image- \u003c/h2\u003e\n\n```python\nimport vk_captchasolver as vc\n\ncaptcha = vc.solve(image='captcha.png')\nprint(captcha)\n```\n\n\u003ch2 align=\"center\"\u003e -Solve by sid and s- \u003c/h2\u003e\n\n```python\nimport vk_captchasolver as vc\n\ncaptcha = vc.solve(sid=74838345480543, s=1) #Solve by sid and s\ncaptcha = vc.solve(sid=74838345480543) #Solve by sid only\nprint(captcha)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedinc%2Fvk_captchasolver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdedinc%2Fvk_captchasolver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdedinc%2Fvk_captchasolver/lists"}