Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.35 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.35 KB

Discord message request

A basic script for sending messages as requests, with an authorisation token and channel ID(s) as input

How to Use

  1. Navigate to the directory in which you have saved/cloned this project.

    cd [path]
  2. Install Dependencies:

    pip install -r requirements.txt

    or

    pip install requests
  3. Run the Script:

    python main.py

How to add an account

  1. Go to discord.com and sign in
  2. Go to any channel and open the network tab by pressing F12
  3. Then make sure that network activity is being recorded.
  4. Send a message in the channel you are in

After sending, you should see something like this pop up:

  1. Copy it as shown
  2. Go to the directory where you saved/cloned this project, you should see a src folder, if you don't see a folder run the program, it should create one
  3. in the src folder, create a txt file with the name you want to use.
  4. if it looks like this, you have done everything right.

If you have a more user friendly idea for adding accounts feel free to contribute.

Star History

Star History Chart

Important Information

  • This script should only be used for educational purposes.
  • Please respect Discord's terms of service.
  • Ensure that you have the necessary dependencies installed before running the script.

Feel free to customize the headings, formatting, or any additional information based on your specific project needs.