Skip to main content

우마공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


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

NonMannerDB-1.0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page