An Python wrapper for Discord RPC API. Allow you to make own custom RPC
- PyPI
pip install discord-rpc
import DiscordRPC
import time
rpc = DiscordRPC.RPC.Set_ID(app_id=12345678910)
rpc.set_activity(
state="pip install discord-rpc",
details="Discord RPC"
)
rpc.run()Note that rpc.run() is only required to keep your program alive. If another task is doing so then it isn't required.
More examples here
Plan
- -
Join our Discord server here
This Project under Apache License 2.0
Copyright (c) 2021-present EterNomm