Discord IPC
Project description
discord-ext-ipc
Example Client
import discord
from discord.ext import ipcs
client = discord.Client(intents=discord.Intents.all())
ipc_client = ipcs.Client(client, "TopSecretKey")
@client.event
async def on_ready():
async with ipc_client:
await ipc_client.connect("ws://localhost/ipc")
@client.event
async def on_ipc_connect():
print("ipc connected")
@client.event
async def on_ipc_close():
print("Ipc closed")
@ipc_client.listen("ready")
async def ipc_ready():
print("ready")
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
discord-ipc-0.1.0.tar.gz
(4.8 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 discord-ipc-0.1.0.tar.gz.
File metadata
- Download URL: discord-ipc-0.1.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9fb341a2e373dbe7e37b30589c60cc59125f7c0f8a9ce5a1a9171cf1f38c56b
|
|
| MD5 |
0e13766245e211fad46b5af748f099ab
|
|
| BLAKE2b-256 |
5a1710089307ee008a93d81b62c17010bc85eec66153fc75a50780850860e5c8
|
File details
Details for the file discord_ipc-0.1.0-py3-none-any.whl.
File metadata
- Download URL: discord_ipc-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f55a10bc08e7632fd12595444d1155e84efc391b5d31bf4c67ab6a9ad9b6fceb
|
|
| MD5 |
ada109641799c5e708cc9df9bf93da7c
|
|
| BLAKE2b-256 |
15911f1a42ef244441239b9feeef53ccc9683f8cdc96eb7beb844b1ea3400e4d
|