Douyin-Bot is a Python automation project for interacting with the Douyin mobile app through Android device tooling. It was built as an experimental bot that captures phone screenshots, analyzes visible content, and performs automated app actions. The project uses Python and ADB to connect desktop-side logic with a mobile device. Its original goal was playful and experimental, focused on browsing and identifying content based on computer vision and face analysis. It is best understood as a demonstration of app automation, screen capture, API-based image analysis, and scripted mobile interaction. Its main value is showing how Python can orchestrate a phone app workflow by combining ADB, screenshots, recognition logic, and automated gestures.
Features
- Python and ADB automation
- Mobile screenshot capture
- Computer vision-assisted analysis
- Automated Douyin app interaction
- Scripted gesture control
- Experimental bot workflow