Dhashin Cybosplus login automation 대신 사이보스플러스 자동 로그인
Project description
cybosx_login
Dhashin Cybosplus 로그인 자동화 라이브러리. This library automates the login process for Dhashin Cybosplus, simplifying authentication and enhancing usability.
Installation
PS > pip install cybosx_login
How to Build 32-bit Python Environment
This section explains how to create a virtual environment using 32-bit Python on Windows, using pyenv-win and Poetry.
- Install 32-bit Python: Install the desired version of 32-bit Python using pyenv.
PS > pyenv install 3.9-win32
- Set the Local Python Version: Navigate to your project directory and set the local Python version to the installed 32-bit version.
PS C:\...\project_dir > pyenv local 3.9.XX-win32
- Create a Virtual Environment with Poetry: Configure Poetry to use the installed 32-bit Python by running the following command.
PS C:\...\project_dir > poetry env use (where.exe python | Select-Object -First 1)
Usage
To see how to use the package, check the example script located at example/example.py. This script demonstrates the following functionalities:
-
Retrieve Credentials: It uses the
create_providerfunction to retrieve credentials from a.envfile and from KeePassXC. -
Run as a Task: The script demonstrates how to use the
run_as_taskfunction, which allows scripts to escalate their privileges to Administrator (Local Service) without requiring UAC approval. -
Login to Cybosplus: It shows how to log in to Cybosplus using credentials fetched from KeePassXC.
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contact
For any questions or support, please reach out to me via GitHub Issues.
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 cybosx_login-0.1.0.tar.gz.
File metadata
- Download URL: cybosx_login-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.8.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf1b98b0645e9a7c6bf1b429fc8c22f7fecbfb17af234cb8117bbbf805e731d5
|
|
| MD5 |
f6916a024b3b7fe7c0a14339d82ae282
|
|
| BLAKE2b-256 |
2b04a245d7bcf77fe8dea1b6c9fc0221ab736ca965253462ad950fea83de2e50
|
File details
Details for the file cybosx_login-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cybosx_login-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.12.7 Linux/6.8.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e2bd039c8f9fb2ee2eca0fffef9650cdfbcefa1a63ac02f6d485063e59c2faf
|
|
| MD5 |
b460e287050d7220a3b1bdc527222e94
|
|
| BLAKE2b-256 |
a3fed7b8f845f2df9ecceeb9c2bec34feccfbcf46dbb82a2f0139eac381408bf
|