https://github.com/nklapste/undiscord
Generate network maps of members within a Discord server
https://github.com/nklapste/undiscord
bot discord flask hackathon-project python
Last synced: 2 months ago
JSON representation
Generate network maps of members within a Discord server
- Host: GitHub
- URL: https://github.com/nklapste/undiscord
- Owner: nklapste
- License: mit
- Created: 2019-01-11T19:59:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T17:23:22.000Z (over 7 years ago)
- Last Synced: 2025-03-29T16:25:22.521Z (about 1 year ago)
- Topics: bot, discord, flask, hackathon-project, python
- Language: Python
- Homepage: https://undiscord.klapstein.ca:25566
- Size: 110 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
#########
undiscord
#########
.. image:: https://travis-ci.com/nklapste/undiscord.svg?token=PXHp9tdymHUxZDzfWpfK&branch=master
:target: https://travis-ci.com/nklapste/undiscord
:alt: Build Status
.. image:: https://codecov.io/gh/nklapste/undiscord/branch/master/graph/badge.svg?token=Toda5ZCZ9a
:target: https://codecov.io/gh/nklapste/undiscord
:alt: 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:
.. code-block:: bash
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:
.. code-block:: bash
undiscord-bot --help
Additionally, help on using the server component ``undiscord-server`` can be
obtained by running the following command:
.. code-block:: bash
undiscord-server --help