Sunday, May 29, 2022

A program to automatically send beautiful messages to Discord channels

Functions:
  • Multithreading
  • Attaching images
  • Setting the time interval
  • Working in minimized mode
  • Doesn't use the Discord client
  • Self-nutrition configa
  • Sending /slash commands to bots
  • Sending random messages on a timer
  • Using the account list


Installation instructions for Windows
Download and unzip the archive to a folder convenient for you, run AutoPoster.exe.

Assembly instructions for other platforms
Requires Python 3 to work , as well as additional modules

Installing modules
Open the console and go to the folder with the program, run the installation of modules

cd "путь до папки с программой"
pip install -r requirements.txt

Program launch
After installing the modules, run the program with the command, make sure that you are in the folder with the program

python main.py

Instructions for using the program
Getting a user token

Video instruction: click Text:

  1. Login to Discord via browser
  2. Sign in
  3. Press CTRL + Shift + I
  4. Open the "Network" tab
  5. In Filter you need to write "/api/v6" (without quotes)
  6. Press Ctrl + R . A bunch of tabs will appear, like science, select it or any other.
  7. Scroll through the list on the right until you reach the inscription "authorization", if it is not there - take another tab.
  8. Your token will be written to the right of authorization (authorization: . . _ _ *******)
  9. copy it
  10. Save the token for the future and then paste it into the program (Attention! Do not show your token to anyone, otherwise you will be hacked)

Getting the ID of the channel to send the message to

  1. Go to Discord settings , tab "Appearance" "Advanced" and turn on Developer Mode
  2. We go to the desired discord server and right-click on the channel to which you want to send messages
  3. Click "Copy ID" this is the id of our channel, paste it into the program.

Getting data for /slash commands
  1. Login to Discord via browser
  2. Sign in
  3. Press CTRL + Shift + I
  4. Open the "Network" tab
  5. In Filter, write " https://discord.com/api/v9/interactions " (without quotes)
  6. We send a command to the chat . The interactions tab will appear and you need to open it.
  7. Open the Payload subtab
  8. It contains all the necessary data


0 Comments:

Post a Comment