A Python library for interacting with OVK.to platform
Project description
⚠️ Warning: Still in Development! ⚠️
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!
OVKFusion
Developer: Syirezz Cheese | @syirezz
License: MIT License
OVKFusion 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.
Features
- Authentication: Securely authenticate and retrieve tokens.
- User Info: Retrieve user profile information.
- OVK Access: Interact with OVK services using the OVK class.
- Other Features: More to come. [We still need complete 70% of features to be done.]
Installation
To install the library, run:
pip install ovkfusion
Usage
from ovkfusion import Auth, OVK, Account
# Authenticate and get token
auth = Auth("######", "########", "https://ovk.to").get_token()
# Initialize OVK and Account instances
OpenVK = OVK()
User = Account()
# Get version information
print(OpenVK.version()) # Returns: {'response': 'Altair Preview (bbcb9451-nightly)'}
# Get user profile information
print(User.getProfileInfo())
# Returns:
# {
# 'response': {
# 'first_name': 'Syirezz',
# 'photo_200': 'https://kaslana.ovk.to/hentai/fa/fa8e3e38c371226b703d7bae313872fedba05d02c1a9e611e77c37d62c02ad3feb9d16e8221a76c7a00b0aeeb52930dab45a040dcf023a2f89e07bedfb5d0eef_cropped/normal.jpeg',
# 'nickname': 'syirezz',
# 'is_service_account': False,
# 'id': 20348,
# 'is_verified': False,
# 'verification_status': 'unverified',
# 'last_name': 'Cheese',
# 'home_town': None,
# 'status': 'Создаю OVKFusion',
# 'bdate': '16.07.2011',
# 'bdate_visibility': 1,
# 'phone': '+420 ** *** 228',
# 'relation': 0,
# 'screen_name': 'syirezz',
# 'sex': 1
# }
# }
Development Status
⚠️ This library is still in progress ⚠️
This 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!
Contributing
Contributions are welcome! Feel free to fork the repository, submit issues, or create pull requests. Your help is appreciated as we work to improve OVKFusion.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Thank you for using OVKFusion! We hope you find it useful and easy to integrate with ovk.to.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ovkfusion-0.1.0.tar.gz.
File metadata
- Download URL: ovkfusion-0.1.0.tar.gz
- Upload date:
- Size: 6.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9e246f401981e8f4cb5b10efafb951d75feb5deaf5349f09300a3060e397b1c
|
|
| MD5 |
c57b89a641205441fdbe73e8967aa458
|
|
| BLAKE2b-256 |
e2c9095ef7f2e27ce35b02ef36585818cd360ff399ef1f7022bf167c7cfcdcdf
|
File details
Details for the file OVKFusion-0.1.0-py3-none-any.whl.
File metadata
- Download URL: OVKFusion-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
215d389e61f127978d2b4ad7a0971905cd4860882eed329b182ee6deced26d9e
|
|
| MD5 |
798a68e54a02530e18a36409e0a8d073
|
|
| BLAKE2b-256 |
6e93c165fb5822ba9eee67c549a766f477df45303691a1738fc704f452b584a9
|