All Projects → inlife → Discord Global Mutual

inlife / Discord Global Mutual

Licence: mit
Get the list of people that you have shared servers with

Programming Languages

javascript
184084 projects - #8 most used programming language
script
160 projects

Projects that are alternatives of or similar to Discord Global Mutual

Javacord
An easy to use multithreaded library for creating Discord bots in Java.
Stars: ✭ 368 (+843.59%)
Mutual labels:  discord-api, discord
Dsharpplus
A .NET Standard library for making bots using the Discord API.
Stars: ✭ 635 (+1528.21%)
Mutual labels:  discord-api, discord
Lightcord
A simple - customizable - Discord Client
Stars: ✭ 366 (+838.46%)
Mutual labels:  discord-api, discord
Xiao
Xiao is a Discord bot coded in JavaScript with discord.js using the Commando command framework. With over 500 commands, she is one of the most feature-rich bots out there. Formerly XiaoBot.
Stars: ✭ 302 (+674.36%)
Mutual labels:  discord-api, discord
Eris
A NodeJS Discord library
Stars: ✭ 879 (+2153.85%)
Mutual labels:  discord-api, discord
Discordia
Discord API library written in Lua for the Luvit runtime environment
Stars: ✭ 340 (+771.79%)
Mutual labels:  discord-api, discord
Discord Bot Client
A patched version of discord, with bot login support
Stars: ✭ 441 (+1030.77%)
Mutual labels:  discord-api, discord
Nostrum
Elixir Discord Library
Stars: ✭ 274 (+602.56%)
Mutual labels:  discord-api, discord
Deku
Multi-purpose discord bot built with discord.js
Stars: ✭ 13 (-66.67%)
Mutual labels:  discord-api, discord
Discord.py
An API wrapper for Discord written in Python.
Stars: ✭ 9,239 (+23589.74%)
Mutual labels:  discord-api, discord
Multistreamer
[discontinued] A webapp for publishing video to multiple streaming services at once.
Stars: ✭ 281 (+620.51%)
Mutual labels:  discord-api, discord
Modmail
A feature rich discord Modmail bot
Stars: ✭ 957 (+2353.85%)
Mutual labels:  discord-api, discord
Disgord
Go module for interacting with the documented Discord's bot interface; Gateway, REST requests and voice
Stars: ✭ 277 (+610.26%)
Mutual labels:  discord-api, discord
Discord4j
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
Stars: ✭ 973 (+2394.87%)
Mutual labels:  discord-api, discord
Discord Api Docs
Official Discord API Documentation
Stars: ✭ 3,855 (+9784.62%)
Mutual labels:  discord-api, discord
Commando
Official command framework for discord.js
Stars: ✭ 434 (+1012.82%)
Mutual labels:  discord-api, discord
discord-ui
A discord.py extension for sending, receiving and handling ui interactions in discord
Stars: ✭ 28 (-28.21%)
Mutual labels:  discord, discord-api
Discordeno
Discord API library for Deno
Stars: ✭ 254 (+551.28%)
Mutual labels:  discord-api, discord
Discordrb
Discord API for Ruby
Stars: ✭ 651 (+1569.23%)
Mutual labels:  discord-api, discord
Discpp
Simplified, but feature rich Discord API wrapper written in modern C++.
Stars: ✭ 31 (-20.51%)
Mutual labels:  discord-api, discord

discord-global-mutual

Important

Recent changes to the discord api essentially rendered this tool incapable of fetching needed data, hence the reason for archiving the repo.

Description

Get the list of people that you have shared servers with. And it works for all users, not just friends.

Note: It's not a nodejs module, as you might expect, it's just a set of few scripts. However if you want to make it a module, please do, any contributions are welcomed!

Repo consists of 3 different scripts.

  1. export - lists and exports all people from all guilds/servers you are joined to, in the json format
  2. compare - compares people across all servers, and reduces list to people that have one than more shared server with you, saves in the json format
  3. print - prints list in the console sorted by amount of shared servers (from biggest to lowest)

Installation

  1. Clone/download repository
  2. Get in the downloaded directory: $ cd discord-global-mutual
  3. While in the folder, run $ npm install
  4. Run each of the scripts like shown below

Usage

$ node export.js [YOUR_DISCORD_USER_AUTH_TOKEN]
$ node compare.js
$ node print.js > output.txt

Getting Token

To get Discord user auth token, you can just get the one, that is used in your browser/discord client. Open Chrome Dev Tools -> Network tab, find any Discord API request, click on it, scroll to Request Headers, and there it is, the "authorization" header. Just copy the value and use it ;)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].