Skip to content

AnusPropeller/Discord-Member-Scraper-Selfbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Discord-Member-Scraper-Selfbot

A simple discord server user/member scraper selfbot
Saves the list of ids to a json file.
Used primarily for my other repo: Discord-Nuker-Selfbot.

Features

  • Choose between scraping current members or all users that have been in the server.
  • Saves the list of user/member ids to a json file.
  • Set the depth of how many messages per channel to scrape.
  • Set a welcome channel to scrape bot's user-mentions for users at infinite message depth.
  • Choose whether to stop within 150 users of the current member count. (Servers with <250 users are able to be scraped normally)
    • The script will ignore this if the server has less than 250 members.
  • Tries to auto save progress in the case of a failure.
    • Logs from the last message scraped in the case of a failure.

Running the Script

Zip File

Download the zip file.
Extract the files.
Run /main.dist/main.exe

via an IDE

This code will not work with vanilla discord.py, you need to install discord.py-self.
Run this command to install the latest discord.py-self branch:

pip install git+https://github.com/dolfies/discord.py-self@master#egg=discord.py-self