Discord Overlap is a simple tool for finding the overlap of discord users between servers.
- python 3
- pip
- virtualenv
./install.sh
Put the text creds = ["EMAIL", "PASSWORD"] into creds.py replacing
EMAIL and PASSWORD with your discord account's email and password
respectively. Run . activate followed by python overlap.py to fetch
the data. The output is stored in a csv file located at out/users.csv.
The output is in csv format in out/users.csv; Example output:
419110059742040960,me,True,True
807839291767816193,friend,True,True
821798875263901169,someone,False,True
521370946904412915,another,True,False