https://github.com/nonrice/discord-auto-message
A simple script letting users repeatedly send a message in a Discord channel. Even contains a few features to help the bot appear more human like.
https://github.com/nonrice/discord-auto-message
automatic automation autotyper bot discord discord-bot
Last synced: 3 months ago
JSON representation
A simple script letting users repeatedly send a message in a Discord channel. Even contains a few features to help the bot appear more human like.
- Host: GitHub
- URL: https://github.com/nonrice/discord-auto-message
- Owner: nonrice
- License: mit
- Created: 2020-12-13T17:33:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-04T01:06:36.000Z (over 1 year ago)
- Last Synced: 2025-10-26T05:57:15.762Z (8 months ago)
- Topics: automatic, automation, autotyper, bot, discord, discord-bot
- Language: Python
- Homepage:
- Size: 1.51 MB
- Stars: 76
- Watchers: 3
- Forks: 52
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Discord Auto Message
A crude script letting users repeatedly send a message in a Discord channel, complete with variable random sleep times to appear more humanly. Makes use of Python's builtin `HTTP` module.

## Installation
Open the command line and clone the repo. This will require Git to be installed.
```
% git clone https://github.com/nonrice/discord-auto-message
```
If you do not have Git, you may also press the Download button (GitHub) and unzip the code.
## Usage
Navigate inside of the repo to the script, and run it. This requires Python to be installed.
```
% cd ~/Downloads/discord-auto-message/discord_bot/
% python3 bot.py
```
## Help
The script contains a builtin help command. Invoke it as such:
```
% python3 bot.py --help
```