Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anuspropeller/discord-member-scraper-selfbot

simple discord server user/member scraper selfbot
https://github.com/anuspropeller/discord-member-scraper-selfbot

discord discord-py-self member-scraper python python3 self-bot self-bot-discord user-scraper

Last synced: 6 days ago
JSON representation

simple discord server user/member scraper selfbot

Awesome Lists containing this project

README

        

# 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