π¨π³ δΈζη
Quick start examples for Lexmount Python SDK.
- Visit Lexmount website
- Verify page title
- Take screenshot
- Use
chrome-light-dockermode - Visit Sina News
- Extract all links and save to
links.txt
# 1. Create and activate virtual environment
python3 -m venv venv
source venv/bin/activate # Linux/macOS or venv\Scripts\activate (Windows)
# 2. Install dependencies
pip install -r requirements.txt
# 3. Create .env file
cp .env.example .env
# Edit .env and fill in your actual API Key and Project ID
# 4. Run examples
python demo.py # Basic demo
python light-demo.py # Light browser demo