Skip to content

nklapste/undiscord

Repository files navigation

undiscord

Build Status Coverage Status

A Discord bot and server for the 2019 Level Up Hackathon.

Overview

undiscord is a python Discord bot and server that generates network map graphs from the conversations between Members in a Discord server. This allows one to gain inferences on the subgroups and behaviours of members within the Discord Server.

Installation

undiscord can be installed from source by running:

pip install .

Within the same directory as undiscord's setup.py file.

Usage

After installing undiscord help on using the Discord Bot component undiscord-bot can be obtained by running the following command:

undiscord-bot --help

Additionally, help on using the server component undiscord-server can be obtained by running the following command:

undiscord-server --help