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:
- Login to Discord via browser
- Sign in
- Press CTRL + Shift + I
- Open the "Network" tab
- In Filter you need to write "/api/v6" (without quotes)
- Press Ctrl + R . A bunch of tabs will appear, like science, select it or any other.
- Scroll through the list on the right until you reach the inscription "authorization", if it is not there - take another tab.
- Your token will be written to the right of authorization (authorization: . . _ _ *******)
- copy it
- 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
- Go to Discord settings , tab "Appearance" "Advanced" and turn on Developer Mode
- We go to the desired discord server and right-click on the channel to which you want to send messages
- Click "Copy ID" this is the id of our channel, paste it into the program.
Getting data for /slash commands
- Login to Discord via browser
- Sign in
- Press CTRL + Shift + I
- Open the "Network" tab
- In Filter, write " https://discord.com/api/v9/interactions " (without quotes)
- We send a command to the chat . The interactions tab will appear and you need to open it.
- Open the Payload subtab
- It contains all the necessary data
DOWNLOAD LINK :- https://github.com/discord-camp/discord-autoposter
0 Comments:
Post a Comment