쉬운 핑퐁빌더 사용을 위한 모듈
Project description
PingPongTool
쉬운 핑퐁빌더 사용을 위한 모듈
설명
이 모듈은 discord.py
에서도 사용할 수 있게 비동기로 제작되었습니다.
꼭 discord.py
이 아니라도 다양한 곳에서 사용할 수 있게 제작되었습니다.
제작자
Minibox
연락
이메일: minibox724@gmail.com
디스코드: Minibox#8888
사용 설명
pip install PingPongTool
from PingPongTool import PingPong # 핑퐁툴 모듈 임포트
import asyncio # 비동기 사용을 위한 asyncio 모듈
URL = "이곳에 커스텀 API 링크를 넣으세요" # 핑퐁 커스텀 API 사이트에서 링크
Authorization = "이곳에 인증 토큰을 넣으세요" # 핑퐁 커스텀 API 사이트에서 인증 토큰
Ping = PingPong(URL, Authorization) # 핑퐁 클래스 선언
async def Example(): # 비동기 사용을 위한 함수
text = input(">>> ") # 입력 받기
data = await Ping.Pong("Example", text) # 자연스러운 대화를 위한 세션 아이디와
# 전송할 텍스트
print(data) # {"text": "안녕안녕입니다🖐", "image": None}
asyncio.run(Example()) # 비동기로 함수 실행
라이선스
만약 이 모듈을 사용한다면 크레딧, 또는 임베드 푸터 같은곳에 이 모듈을 사용했다는 것을 정확히 알리세요.
버그 제보 받습니다.
깃허브 이슈 or 디스코드 ( Minibox#8888
)
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
PingPongTool-1.0.0.tar.gz
(3.0 kB
view details)
Built Distribution
File details
Details for the file PingPongTool-1.0.0.tar.gz
.
File metadata
- Download URL: PingPongTool-1.0.0.tar.gz
- Upload date:
- Size: 3.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 17df0c7a6641d682b94d2b8a9c3bd02c5b0f93e0d46bbbe9bf89e824043a5082 |
|
MD5 | 85202ad4e822488f3ac174320471371c |
|
BLAKE2b-256 | 0b896a079493b20a3189035a9afabd1b1bbd0134653f6277376f9b4004569d26 |
File details
Details for the file PingPongTool-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PingPongTool-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 80936b2e1ab5ed364b4b9a3f1b6f270b607bb33620417f25652aa157e62aa1f7 |
|
MD5 | 2955d052eab1208f09e47538fe46bd4d |
|
BLAKE2b-256 | f8f56285c699aa391cd658cbb3bcb37d14c75db95a1bc7b4e3511efa559475d6 |