Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Releases: arnaud-ma/friends-network-graph

FNG for Discord

30 Jan 13:11
f82ec61
Compare
Choose a tag to compare

The first version that supports Discord

It is either possible to:

  • download the .exe file (only on windows)
  • have python installed and launch the start.py file from the source code

When the program is launched, questions will be asked on the terminal to create the desired graph. Here is the question output tree :

│───Main
│   ├───1
│       ├───1───discord_collect_data()
│       ├───2
│       │   ├───n───discord_display_graph(include_user=False)
│       │   │
│       │   └───y───discord_display_graph(include_user=True)
│       └───3───exit()

This version uses the user's personal token that must be taken manually.