Simple Discord Rich Presence RPC library for Python
Project description
sxnre-rpc
Discord RPC 모듈 - WebSocket을 통한 Rich Presence 관리
📦 설치
pip install sxnre-rpc
🚀 사용법
기본 사용
from sxnre_rpc import RPCManager, RPCConfig, RPCUser
# 설정
CONFIG: RPCConfig = {
"RESTART_INTERVAL_MS": 10 * 60 * 1000, # 10분
"STATUS_CHECK_INTERVAL_MS": 60 * 1000, # 1분
"LOGIN_RETRIES": 3,
"LOGIN_RETRY_DELAY_MS": 5000,
}
# 사용자 데이터
USERS: list[RPCUser] = [
{
"userID": "YOUR_USER_ID",
"token": "YOUR_DISCORD_TOKEN",
"name": "사용자 이름",
"type": "PLAYING",
"url": "https://twitch.tv/yourname",
"state": "상태 텍스트",
"details": "상세 정보",
"large_image": "",
"largete": "",
"small_image": "",
"smallte": "",
"button1": "",
"button1link": "",
"button2": "",
"button2link": "",
},
]
# 실행
if __name__ == "__main__":
manager = RPCManager(config=CONFIG, users=USERS)
manager.run()
✨ 기능
- WebSocket을 통한 Discord RPC 관리
- 여러 사용자(클라이언트) 동시 처리
- 자동 재시작 시스템
- 상태 체크 루프
- 로그인 재시도 로직
⚙️ 요구사항
- Python 3.7 이상
- websocket-client >= 1.6.0
📜 라이선스
MIT License
🤝 기여
이슈 및 Pull Request를 환영합니다!
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
sxnre_rpc-1.0.13.tar.gz
(9.7 kB
view details)
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 sxnre_rpc-1.0.13.tar.gz.
File metadata
- Download URL: sxnre_rpc-1.0.13.tar.gz
- Upload date:
- Size: 9.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6d4c7a31dad5c5eab4848f48e8a60e5ba1c8a526c036b6368a8898c3ecfc302
|
|
| MD5 |
2685ee3cb65d8cb61f0fec1bdbb795d9
|
|
| BLAKE2b-256 |
aa71e207cdf3143fbef25e9a536dd53dfbf586ff2fab4e3f830e56ca0d52fca5
|
File details
Details for the file sxnre_rpc-1.0.13-py3-none-any.whl.
File metadata
- Download URL: sxnre_rpc-1.0.13-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e53526fc5f8bc9907aa08f1a2baf3bac9756cc339b9dc5ecf1cd1ff8ffcba450
|
|
| MD5 |
bf0b55d15133ef87caf89a9bd72ca58e
|
|
| BLAKE2b-256 |
091d8dc8737461461f9012993fb4080acb043a007c230e3903eac508ec61c568
|