Skip to content

GlanceMind Social Media Automation Tool User Manual

📖 Table of Contents

  1. Tool Introduction
  2. Installation Preparation
  3. Quick Start
  4. Configuration File Details
  5. Command Reference
  6. Multi-Account Management
  7. FAQ

Tool Introduction

GlanceMind Social Media Automation Tool is a cross-platform social media automation tool that helps you automate engagement across multiple social platforms.

Supported Platforms:

  • ✅ TikTok (Primary support)
  • 🔄 Instagram (Coming soon)
  • 🔄 Reddit (Coming soon)

Key Features:

  • ✅ Auto reply to comments
  • ✅ Auto like
  • ✅ Auto follow
  • ✅ Auto direct messages
  • ✅ Multi-account management
  • ✅ Cloud-based task scheduling

Installation Preparation

System Requirements

  • Operating System: Windows 10/11
  • Browser: Google Chrome (required)
  • Memory: At least 4GB RAM
  • Storage: At least 500MB free space

Download Files

  1. Download the executor tool: gmexec.exe
  2. Create a working directory:
    C:\gmexec\
      └── gmexec.exe
  3. Make sure Chrome is installed

Quick Start

Step 1: Launch Program

Double-click gmexec.exe to open the interactive terminal.

Step 2: Initial Setup

Run the setup wizard by typing setting:

bash
glance> setting

You'll be prompted to configure:

  1. Chrome Path - Press Enter to use default location
  2. Profile Directory - Press Enter to use default (profiles/)
  3. Account Count - Enter how many accounts you want to manage (e.g., 3)
  4. Device UUID - Type y to auto-generate a unique device ID. (Used when Adding a Social Account)

What is UUID?

The UUID is a unique identifier for your device. Each social account is linked to a specific device ID on the backend to prevent platform detection.


Step 3: Configure Chrome Language

IMPORTANT: Prevent Platform Risk Control

To avoid platform detection and account restrictions, you must set Chrome's language to English before logging in to any social accounts.

How to Change Chrome Language:

  1. Open Chrome browser
  2. Go to SettingsLanguages
  3. Click Add languages
  4. Select English (United States)
  5. Click the three dots next to English → Move to top
  6. Click Relaunch to apply changes

Why English?

  • Reduces platform fingerprinting
  • Matches most IP proxy locations (US proxies)
  • Minimizes bot detection risk

Step 4: Login to Platform Accounts

Use the login command to open a browser session for each account:

bash
glance> login account_1

Steps:

  1. Chrome will open automatically
  2. Login to your social platform account (e.g., TikTok)
  3. Complete any verification if prompted
  4. Press Ctrl+C in the terminal when login is complete
  5. Repeat for other accounts (account_2, account_3, etc.)

Step 5: Configure Server Connection

Open config.yaml in your working directory with Notepad and update the server address:

yaml
api:
  base_url: https://your-server-address.com

Where to get the server address?

Your GlanceMind dashboard will provide the API server URL. Contact support if you need assistance.


Step 6: Start Automation

Run the executor to start processing tasks:

bash
glance> run

What happens:

  • Connects to the GlanceMind server
  • Fetches pending tasks for your accounts
  • Executes tasks automatically (replies, likes, follows, etc.)
  • Polls for new tasks every 60 seconds (configurable)

Configuration File Details

config.yaml Overview

The configuration file uses YAML format. Here's a complete example:

yaml
api:
  base_url: https://glancemind.org
chrome:
  headless: false
  path: C:\Program Files\Google\Chrome\Application\chrome.exe
executor:
  per_page: 5
  poll_interval: 60
  uuid: 8b1d3ecd-a4bf-4f83-88e7-4be3d6e3d617
profiles:
  base_dir: profiles
  count: 10

Configuration Priority

🔴 Required (Must Configure)

  • chrome.path - Path to Chrome browser executable
  • executor.uuid - Unique device identifier (auto-generated)
  • api.base_url - GlanceMind server URL
  • profiles.count - Number of accounts to manage
  • profiles.base_dir - Where to store browser profiles

⚪ Optional (Default Values Work)

  • executor.poll_interval - Task polling frequency (default: 60 seconds)
  • executor.per_page - Tasks per batch (default: 5)
  • chrome.headless - Run browser in background (default: false)

Command Reference

Command List

CommandDescription
settingConfiguration wizard
login account_1Login account
printView configuration
runExecute tasks
helpHelp information
exitExit program

setting - Configuration Wizard

Set program's basic configuration, including:

  • Chrome browser path
  • Profile storage directory
  • Create account count
  • Generate device UUID

Must run this command on first use.


login - Login Account

Open browser to login TikTok account.

Single account:

glance> login account_1

Display current configuration information, including:

  • Chrome path
  • Created account list
  • Device UUID

Used to check if configuration is correct.


run - Execute Tasks

Connect to API server and automatically execute tasks.

Interactive mode:

glance> run

Direct run:

gmexec.exe run

Press Ctrl+C to stop running.


help and exit

  • help - View help information
  • exit - Exit program

Multi-Account Management

Directory Structure

Program will automatically create the following directories:

Working Directory/
  ├── gmexec.exe
  ├── config.yaml
  └── profiles/
      ├── account_1/
      ├── account_2/
      └── account_3/

Document Version: v1.0
Last Updated: 2026-01-09

Released under the MIT License.