discord-rpc 5.1

Creator: bradpython12

Last updated:

Add to Cart

Description:

discordrpc 5.1

Discord RPC
An Python wrapper for Discord RPC API. Allow you to make own custom RPC.

Install

PyPI

pip install discord-rpc

Quick example
import discordrpc

rpc = discordrpc.RPC(app_id=12345678910)

rpc.set_activity(
state="A super simple rpc",
details="simple RPC"
)

# Required if you only run Discord RPC on this file or current instance.
rpc.run()

rpc.run() is only used if you are only running Discord RPC on the current file/instance. If there are other programs/tasks on the current instance, rpc.run() does not need to be used.
See documentation here.
More examples here.
Contributors
Big thanks for contributors who help this project keep updated, and maintained.






Pukima🐛
k9er📖
Kale🐛
TaIFeel💻


Jesusaves🐛
Dipesh Aggarwal💻
Maxsspeaker💻
Fixator10📖






Links

Github Repository
PyPI Project page
TestPyPI Project page
Discord Server

Licence & Copyright
This Project under MIT License
Copyright (c) 2021-2024 Senophyx

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.