Releases: augy-studios/mass-sender
Releases · augy-studios/mass-sender
v2025.2.1a
Patch Notes - v2025.2.1a
New Features:
- Custom Message Support:
- Added the ability to send custom messages through the GUI. Users can now select the "Custom" option from the dropdown menu and enter their own message to be sent to contacts.
Known Issues:
- If a contact replies to the user on WhatsApp, that contact will be selected next, and the message will be sent to that contact again, which might result in the message being sent multiple times.
- If there's a major lag on Telegram while searching for the next contact, the message will be pasted into the search field instead of the contact's message field.
Notes
- Tested on Windows 10 and 11
Please email me at [email protected] to report issues or suggest improvements.
v2025.1.30
Release Notes for WhatsApp/Telegram/Discord Sender Scripts
Initial Release - v2025.1.30
Features
- Multi-Platform Support: Send automated messages on WhatsApp, Telegram, or Discord (separate scripts for each platform).
- Dynamic Message Selection: Choose pre-defined messages (e.g., New Year, Christmas) via a dropdown GUI.
- Contact Management:
- Uses
people.txt
for general contacts and[key]-people.txt
for message-specific lists. - Marks processed contacts with a
?
to avoid sending them to the same person multiple times.
- Uses
- Hotkeys:
F7
: Force-stop the script mid-operation.F8
: Terminate the entire AHK process.
- Error Handling: Checks for app windows/processes and alerts users if not detected.
Application-Specific Adjustments
-
WhatsApp:
- Activates the WhatsApp window and uses
Ctrl+F
to search contacts. - Increased timeout for window activation (10 seconds).
- Activates the WhatsApp window and uses
-
Telegram:
- Targets the
Telegram.exe
process. - Optimised keystrokes for faster search (
Ctrl+F
+ direct paste).
- Targets the
-
Discord:
- Supports multiple Discord clients (Stable, Canary, PTB).
- Uses the
Ctrl+K
shortcut to search for users/channels.
Prerequisites
- AutoHotkey v2.0 installed.
- Target application (WhatsApp/Telegram/Discord) must be running.
- Contacts/usernames/names must be added to
people.txt
and message-specific files (e.g.,NewYear-people.txt
).
Setup Instructions
- Place each
.ahk
script in a dedicated folder. - Run the desired script (e.g.,
telegram-sender.ahk
) to let it automatically create thepeople.txt
and theinstructions.txt
files. - Run the same script again to have it automatically create the other
[key]-people.txt
files, then close the program to make changes. - Populate the respective
[key]-people.txt
files (e.g.,Xmas-people.txt
). - Run the script.
- Select a message from the GUI and click "OK" to start sending.
Known Limitations
- UI Dependency: Relies on consistent app UI shortcuts (e.g.,
Ctrl+F
for search). Changes to app design may break functionality. - No Retry Logic: If a contact is not found during the search, the program will continue as if it has already sent the message.
- Single-Instance Restriction: Discord script requires only one active instance.
Notes
- Tested on Windows 10. Ensure apps are updated to their latest versions.
- Review
instructions.txt
for emergency hotkeys.
📦 Download the three .ahk
files in the release assets and put them each into their own folders.
OR
📦 Download the entire project as a ZIP from the project home page.
Please email me at [email protected] to report issues or suggest improvements.