Skip to main content

Discord IPC

Project description

discord-ext-ipc

Documentation Status

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


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)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

discord_ipc-0.1.0-py3-none-any.whl (6.0 kB view details)

Uploaded Python 3

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

Hashes for discord-ipc-0.1.0.tar.gz
Algorithm Hash digest
SHA256 d9fb341a2e373dbe7e37b30589c60cc59125f7c0f8a9ce5a1a9171cf1f38c56b
MD5 0e13766245e211fad46b5af748f099ab
BLAKE2b-256 5a1710089307ee008a93d81b62c17010bc85eec66153fc75a50780850860e5c8

See more details on using hashes here.

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

Hashes for discord_ipc-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f55a10bc08e7632fd12595444d1155e84efc391b5d31bf4c67ab6a9ad9b6fceb
MD5 ada109641799c5e708cc9df9bf93da7c
BLAKE2b-256 15911f1a42ef244441239b9feeef53ccc9683f8cdc96eb7beb844b1ea3400e4d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page