Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anuspropeller/discord-member-scraper-selfbot
- Owner: AnusPropeller
- Created: 2024-08-13T08:26:01.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T21:03:50.000Z (3 months ago)
- Last Synced: 2024-08-14T11:03:51.238Z (3 months ago)
- Topics: discord, discord-py-self, member-scraper, python, python3, self-bot, self-bot-discord, user-scraper
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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