우마공 비매너 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 파라미터는 생략할 수 있습니다.
Release files for NonMannerDB 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| NonMannerDB-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / NonMannerDB-1.0.2-py3-none-any.whl
| Download URL | NonMannerDB-1.0.2-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
46f6cadb3d1876f2bc80a05101747422fc1635734c052918e2ae22eee09b5c62
|
|
BLAKE2b-256 checksum How to use checksums |
6f8f99414c36d929c0b9fafaae453092062392816df060a5f9577ab239a01158
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|