ScratchBot that interact with project comments and execute commands.
Current version: v1.4.0
git clone https://github.com/kyrazzx/ScratchBot.git
cd ScratchBotpip install -r requirements.txtThis file stores your secret credentials. Create a file named .env in the project root and add the following:
# Your bot's Scratch account credentials
BOTUSERNAME="YourBotUsername"
BOTPASSWORD="YourBotPassword"
# The ID of the project where the bot will read comments
BOTPROJECT="YourProjectID"
# (Optional) A comma-separated list of admin usernames
ADMIN_USERNAMES="apopo13,githubtest"Once everything is configured, you can start the bot:
python main.py| Command | Description | Access |
|---|---|---|
+help |
Displays the list of available commands. | Public |
+follow |
The bot will follow the user who sent the command. | Public (Cooldown) |
+gift <username> |
The bot will follow <username>. Each user can only gift once. |
Public (Cooldown) |
+resetgift <username> |
Resets the gift status for <username>, allowing them to gift again. |
Admin Only |
To try the latest demo project available, click here!
The latest version of this script with the latest patchs was the 15/06/25 at 20:33.
Note: Seems stable. May cause unexpected errors.
This bot interacts with Scratch in ways that may be against the Scratch Terms of Use. Using this bot could potentially get your bot account BANNED or DELETED.
Use this script at your own risk. The creator is not responsible for any consequences.
This project is licensed under the MIT License.