{"id":24629664,"url":"https://github.com/kailuser/ovkfusion","last_synced_at":"2026-02-13T17:33:03.600Z","repository":{"id":273586885,"uuid":"920214868","full_name":"KailUser/ovkfusion","owner":"KailUser","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-21T19:05:34.000Z","size":15,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-27T13:27:18.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/KailUser.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":"2025-01-21T19:01:47.000Z","updated_at":"2025-07-18T11:02:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"84a4a3f0-bad3-4401-8a60-8c8b24d6d91f","html_url":"https://github.com/KailUser/ovkfusion","commit_stats":null,"previous_names":["kailuser/ovkfusion"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KailUser/ovkfusion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2Fovkfusion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2Fovkfusion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2Fovkfusion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2Fovkfusion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KailUser","download_url":"https://codeload.github.com/KailUser/ovkfusion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KailUser%2Fovkfusion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29413406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T06:24:03.484Z","status":"ssl_error","status_checked_at":"2026-02-13T06:23:12.830Z","response_time":78,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2025-01-25T06:13:36.473Z","updated_at":"2026-02-13T17:33:03.595Z","avatar_url":"https://github.com/KailUser.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ **Warning: Still in Development!** ⚠️\n\n**OVKFusion** is a work in progress. Features are subject to change, and bugs may exist. Please be aware that some functionality might not be fully stable. Contributions and feedback are appreciated!\n\n---\n\n# OVKFusion\n\n**Developer**: Syirezz Cheese | [@syirezz](https://ovk.to/syirezz)\n\n**License**: MIT License\n\nOVKFusion is a Python library for interacting with the ovk.to platform, offering simple and powerful functionality to access account and authentication features. This library is still in progress, so feel free to contribute and stay tuned for future updates.\n\n## Features\n\n- **Authentication**: Securely authenticate and retrieve tokens.\n- **User Info**: Retrieve user profile information.\n- **OVK Access**: Interact with OVK services using the OVK class.\n- **Other Features**: More to come. [We still need complete 70% of features to be done.]\n\n## Installation\n\nTo install the library, run:\n\n```bash\npip install ovkfusion\n```\n\nUsage\n```python\nfrom ovkfusion import Auth, OVK, Account\n\n# Authenticate and get token\nauth = Auth(\"######\", \"########\", \"https://ovk.to\").get_token()\n\n# Initialize OVK and Account instances\nOpenVK = OVK()\nUser = Account()\n\n# Get version information\nprint(OpenVK.version())  # Returns: {'response': 'Altair Preview (bbcb9451-nightly)'}\n\n# Get user profile information\nprint(User.getProfileInfo())  \n# Returns:\n# {\n#     'response': {\n#         'first_name': 'Syirezz',\n#         'photo_200': 'https://kaslana.ovk.to/hentai/fa/fa8e3e38c371226b703d7bae313872fedba05d02c1a9e611e77c37d62c02ad3feb9d16e8221a76c7a00b0aeeb52930dab45a040dcf023a2f89e07bedfb5d0eef_cropped/normal.jpeg',\n#         'nickname': 'syirezz',\n#         'is_service_account': False,\n#         'id': 20348,\n#         'is_verified': False,\n#         'verification_status': 'unverified',\n#         'last_name': 'Cheese',\n#         'home_town': None,\n#         'status': 'Создаю OVKFusion',\n#         'bdate': '16.07.2011',\n#         'bdate_visibility': 1,\n#         'phone': '+420 ** *** 228',\n#         'relation': 0,\n#         'screen_name': 'syirezz',\n#         'sex': 1\n#     }\n# }\n```\n\nDevelopment Status\n\n⚠️ This library is still in progress ⚠️\n\nThis project is being actively developed. There might be bugs, incomplete features, and frequent updates. Please report any issues you encounter, and check back for updates!\n\nContributing\n\nContributions are welcome! Feel free to fork the repository, submit issues, or create pull requests. Your help is appreciated as we work to improve OVKFusion.\n\nLicense\n\nThis project is licensed under the MIT License. See the LICENSE file for more details.\n\nThank you for using OVKFusion! We hope you find it useful and easy to integrate with ovk.to.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkailuser%2Fovkfusion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkailuser%2Fovkfusion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkailuser%2Fovkfusion/lists"}