Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Discord guild members profile picture, username and id scraper

License

sertchan/discord-scraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Guild Members Scraper

  • ⭐ Dont Forget to give this project a star! For helping people who needs this tool!

  • ⚠️ This project uses discord.js selfbot api so the risks you take are your own.

  • 🎌 The goal of the project is scraping users in specifed guild. Scrapes pfps, usernames, ids, pfp urls.

👾 Features

  • You can scrape profile pictures on 'webp' | 'png' | 'jpg' | 'jpeg' formats.
  • You can reach usernames of all users from txt.
  • You could use ids from json database.
  • Bot creates specific folders for guilds so it is really easy to handle.
  • I used local json database for safety and accessibility.
  • It is not possiable to rewrite this project with using discord res api due restrictions.

💌 Notes

  • 😶‍🌫️ I added all of thing could scaraped as an normal discord user on api. Scraping banners, Bios etc. as a normal user does not allowed in discord.js api. Thanks for patience.

  • 👍🏻 There are plenty of things that could be added to the script, feel free to contribute!

☕ Usage

  • Installation

    1- Clone repo from git.

    >> git clone https://github.com/sertchan/Discord-Scraper
    

    2 - First, create your .env file using .env.example.

    GUILDID=xxxx
    TOKEN=xxx
    FORMAT=png
    

    3 - Install the dependencies:

    >> npm install
  • Starting

     >> node . 
    

♨️ License

MIT License