GlanceMind Social Media Automation Tool User Manual
📖 Table of Contents
- Tool Introduction
- Installation Preparation
- Quick Start
- Configuration File Details
- Command Reference
- Multi-Account Management
- 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
- Download the executor tool:
gmexec.exe - Create a working directory:
C:\gmexec\ └── gmexec.exe - 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:
glance> settingYou'll be prompted to configure:
- Chrome Path - Press Enter to use default location
- Profile Directory - Press Enter to use default (
profiles/) - Account Count - Enter how many accounts you want to manage (e.g.,
3) - Device UUID - Type
yto 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:
- Open Chrome browser
- Go to
Settings→Languages - Click
Add languages - Select
English (United States) - Click the three dots next to English →
Move to top - Click
Relaunchto 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:
glance> login account_1Steps:
- Chrome will open automatically
- Login to your social platform account (e.g., TikTok)
- Complete any verification if prompted
- Press
Ctrl+Cin the terminal when login is complete - 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:
api:
base_url: https://your-server-address.comWhere 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:
glance> runWhat 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:
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: 10Configuration Priority
🔴 Required (Must Configure)
chrome.path- Path to Chrome browser executableexecutor.uuid- Unique device identifier (auto-generated)api.base_url- GlanceMind server URL
🟡 Recommended (Affects Features)
profiles.count- Number of accounts to manageprofiles.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
| Command | Description |
|---|---|
setting | Configuration wizard |
login account_1 | Login account |
print | View configuration |
run | Execute tasks |
help | Help information |
exit | Exit 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_1print - View Configuration
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> runDirect run:
gmexec.exe runPress Ctrl+C to stop running.
help and exit
help- View help informationexit- 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