Discover and explore top open-source AI tools and projects—updated daily.
GuDong2003Automated Xianyu management and AI customer service system
Top 24.3% on SourcePulse
Summary
This project provides an automated customer service and management system for the Xianyu marketplace. It targets users managing multiple accounts, offering AI-powered auto-replies, automated delivery confirmations, and a web-based backend for streamlined operations and monitoring. The system aims to enhance efficiency and automate routine tasks for Xianyu sellers.
How It Works
The system employs a FastAPI backend, SQLite database, and Playwright for automation. It features a multi-user architecture with data isolation. Core components include a web UI for management, a CookieManager for account tasks, XianyuLive for message handling, and an AIReplyEngine supporting various AI models (OpenAI-compatible, Gemini, Anthropic, Azure OpenAI, etc.). Playwright/DrissionPage handles browser automation for interactions.
Quick Start & Requirements
docker compose up -d).pip install -r requirements.txt), install Playwright browsers (playwright install chromium), and run python Start.py.http://localhost:9000 (Docker) or http://localhost:8090 (Local). API Docs: http://localhost:9000/docs.Highlighted Details
Maintenance & Community
The project lists several individual contributors. No specific community channels (like Discord/Slack) or official roadmap links are provided in the README. Contribution guidelines are outlined, encouraging Issues and Pull Requests.
Licensing & Compatibility
Limitations & Caveats
The project is strictly intended for learning and research, with explicit prohibitions against illegal or non-compliant usage. The AGPL-3.0 license imposes significant obligations regarding source code disclosure for network-accessible services, potentially impacting commercial adoption or integration into proprietary systems.
1 day ago
Inactive
cloudflare