Jason

pythonFastAPI

Raspberry Pi Phone Farm Automation

Raspberry Auto is a FastAPI-based phone farm automation system intended for Raspberry Pi deployment, with backend, frontend, Appium/ADB worker, SQLite storage, API endpoints, and a WebSocket status channel.

  • 문제: 라즈베리파이 환경에서 폰팜과 SEO 자동화를 운영할 백엔드, 프론트엔드, 워커 구조가 필요했다.
  • 해결: FastAPI/SQLAlchemy 백엔드, React/Vite 프론트엔드, Appium·ADB 워커, SQLite WAL 구성을 사용했다.
  • 결과: /api/ 엔드포인트와 /api/ws/status 웹소켓, systemd 서비스 운영 흐름이 문서화되어 있다.