This Python script enables automated messaging in a Discord channel, enhancing the experience by sending messages from a chat dataset to mimic human-like behavior.
-
Clone the repository or download the code as a zip file and extract it to a folder.
-
Navigate to the project directory in your terminal:
cd /Downloads/Discord-Auto-message/
-
(Optional) Customize the message content by editing messages.txt, adding messages on separate lines. By default, random messages are provided.
Execute the script using the following command:
python auto.py
During execution, you'll be prompted to specify the duration in seconds between each message and the sleep interval after each cycle.
The script offers the following options:
--config
: Configure user information by providing user ID, Discord token, Discord channel URL, and Discord channel ID:
python auto.py --config
--setC
: Set the channel for message delivery by providing the Discord channel URL and channel ID:
python auto.py --setC
--help
: Display help information for the script and its available options:
python auto.py --help
If you encounter bugs or have feature requests, please create an issue on GitHub. Pull requests are also appreciated. Don't forget to star this project if you find it useful!