lgaan / ipc-tests

IPC testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analyze Status Build Status Lint Status


discord-ext-ipc

A discord.py extension for inter-process communication.

Installation

# Windows
py -3 -m pip install --upgrade discord-ext-ipc

# Linux
python3 -m pip install --upgrade discord-ext-ipc

Usage

For examples using Quart, refer to the examples directory.

Running

To run the IPC Server, simply run your bot as normal. Once the on_ipc_ready event has been dispatched, run your webserver.

For support join the Ext-Creators Discord Server.

About

IPC testing

License:Apache License 2.0


Languages

Language:Python 100.0%