Skip to content

facepunchh/Discord-Reaction2User

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Discord Reaction Scraper

Small tool to get a list of users who reacted to a message

Useful for giveaways, checks, or pulling reaction data

Works without a bot, using a user token


What it does

  • Collects users from all reactions on a message
  • Supports multiple emojis
  • Removes duplicates automatically
  • Saves result to a .txt file

Requirements

  • Python 3.10+
  • discord.py-self (not regular discord.py)

Setup

Install the correct library:

pip uninstall discord -y
pip install discord.py-self

How to use

Run the script:

python hello.py

TOKEN — your discord user token

CHANNEL_ID — target channel ID

MESSAGE_ID — message ID with reactions

after it finishes a file will be created (reactions_<MESSAGE_ID>.txt)

Format:

username | ID

Important

Never share your token with anyone

This project is for educational and personal use

You are responsible for how you use it