Auto-Telegram is a Bun-based MTCute app designed to automate message sending on Telegram. It interact with Telegram's API, allowing you to create and manage custom commands for seamless message automation.
- Scheduled Messages: Schedule messages to be sent at specific times.
- Loop Messages: Send a series of messages in a loop.
- Casino Command: Send dice roll messages in a loop.
-
Clone the repository:
git clone https://github.com/Rul991/auto-telegram.git . -
Install the required dependencies:
bun install
-
Rename
rename to .envto.envand fill in the data
-
Run the bot:
bun start
-
Use the available commands:
.help: Show all available commands..loop <count> <texts>: Send a specified number of messages in a loop..schedule <count> <delay in seconds> <message>: Schedule messages to be sent at specific intervals..casino: Send a casino dice every <DELAY> seconds.- ...and more
You can configure the bot by modifying the .env file with your Telegram API credentials and other settings.
This project is licensed under the MIT License. See the LICENSE file for more details.