Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Python Examples

12 ready-to-run scripts for Multilogin X API.
Save 50%: SAAS50 / MIN50 at multilogin.com · Telegram Bot

Setup

cd examples/python
pip install -r requirements.txt
playwright install chromium
cp ../../.env.example ../../.env   # optional

Scripts

Script Description
mlx_client.py Shared client library
check_agent.py Verify agent is running
sign_in.py Get sign-in & automation tokens
list_folders.py List workspace folders
search_profiles.py Search profiles
create_profile.py Create a saved profile
quick_profile.py Launch one-time quick profile
start_stop_profile.py Start → wait → stop
export_cookies.py Export profile cookies
playwright_automation.py Playwright screenshot
selenium_scrape.py Selenium scraping
batch_launch.py Batch launch from JSON

Environment Variables

See .env.example.

Quick Run

export MLX_EMAIL="your@email.com"
export MLX_PASSWORD="your_password"

python check_agent.py
python sign_in.py
python list_folders.py
python quick_profile.py

export MLX_FOLDER_ID="folder-uuid"
export MLX_PROFILE_ID="profile-uuid"
python playwright_automation.py

Workflows

Copy-paste recipes: docs/RECIPES.md