Skip to content

TaIFeel/Discord-RPC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visistors Discord Total Downloads PyPI PyPI - Status GitHub commit activity

Discord RPC

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

Changelog

Install

  • PyPI
pip install discord-rpc

Quick example

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

Other

Plan
  • -

Join our Discord server here

Licence & Copyright

This Project under Apache License 2.0
Copyright (c) 2021-present EterNomm

About

An Python wrapper for Discord RPC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%