https://github.com/xriddin/discord-auto-message
A simple python script to automatically send messages to a Discord channel at certain time interval to appear more human-like
https://github.com/xriddin/discord-auto-message
automessagesender bot discord discord-py discordapp discordbot python-script
Last synced: 7 months ago
JSON representation
A simple python script to automatically send messages to a Discord channel at certain time interval to appear more human-like
- Host: GitHub
- URL: https://github.com/xriddin/discord-auto-message
- Owner: xRiddin
- License: mit
- Created: 2023-05-03T13:49:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T12:08:35.000Z (over 1 year ago)
- Last Synced: 2025-03-16T17:11:18.180Z (7 months ago)
- Topics: automessagesender, bot, discord, discord-py, discordapp, discordbot, python-script
- Language: Python
- Homepage:
- Size: 2.31 MB
- Stars: 72
- Watchers: 2
- Forks: 34
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Auto Messenger
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.
## Installation
### Local Machine
1. Clone the repository or download the code as a zip file and extract it to a folder.
2. Navigate to the project directory in your terminal:```
cd /Downloads/Discord-Auto-message/
```3. (Optional) Customize the message content by editing **messages.txt**, adding messages on separate lines. By default, random messages are provided.
## Usage
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.
## Options
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
```## Contributing
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!