Discord server insights
Get a list of all offline/online members in a discord server. Uses Selenium to crawl invite links.
Config
- Download Chrome driver according to your chrome version into the project directory.
- By default, the invites and output files are
invites.xlsxandoutput.xlsxrespectively, and can be modified by changing theinvites_fileandoutput_filevariables.
Note
invites.xlsxmust have only one column with the invite links, and no column name.- If any invite link is invalid/expired, it will be reported in the console as well as in
output.xlsx.