우마공DB 전용 라이브러리
Project description
우마공 비매너 DB 라이브러리
pip install NonMannerDB
사용 예시
import NonMannerDB import asyncio async main(): client = NonMannerDB.NonManner() result = client.search_by_name("Username") print(result) # {'success': True, 'value': {'count': 0, 'list': []}} asyncio.run(main())
사용 가능한 메서드 종류
search_by_name(username="유저 이름", skip=0, limit=100)get_all(skip=0, limit=100)get_count(uuid="유저 UUID")get_user(uuid="유저 UUID")
skip, limit 파라미터는 생략할 수 있습니다.
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
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 NonMannerDB-1.0.2-py3-none-any.whl.
File metadata
- Download URL: NonMannerDB-1.0.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46f6cadb3d1876f2bc80a05101747422fc1635734c052918e2ae22eee09b5c62
|
|
| MD5 |
086208a9ac612729024d0fff4c98b6c3
|
|
| BLAKE2b-256 |
6f8f99414c36d929c0b9fafaae453092062392816df060a5f9577ab239a01158
|