stack-bot

Python Google Play App Store

Record

YouTube

Features

Installation

  1. Clone this repository:
    git clone https://github.com/letian-j/stack-bot.git
    cd stack-bot
    
  2. Install required dependencies:
    pip install pyautogui pynput
    

Usage

  1. Run the script:
    python main.py
    
  2. Click anywhere on the screen to set the auto-click position
  3. The bot will start clicking automatically after a brief delay
  4. Press ‘q’ to stop

Configuration

Edit config.json to customize timing:

{
  "start_delay": 0.8,      // Delay before first cube (seconds)
  "click_interval": 0.7    // Time between clicks (seconds)
}

Requirements

License

See LICENSE file for details.