
I have explored the codebase and understood the project structure. The "Tistory Auto Poster" is a Python-based application that automates blog posting to the Tistory platform. Key components include: - **Orchestration**: `main.py` and `run_with_sessions.py` manage the integrated mode, including a Streamlit UI and a background scheduler. - **Scheduler**: `core/scheduler.py` handles the timing of posts, daily limits, and API error recovery. - **Automation**: `selenium_bot/` contains the logic for browser management, login (Kakao/Tistory), and the actual posting process using Selenium. - **Generation**: `core/content_generator.py` and `core/image_generator.py` use Gemini AI to create blog content and images. - **Storage**: `database/models.py` defines the SQLite schema for accounts, keywords, posts, and image templates. I am now ready to assist with any specific tasks, bug fixes, or feature implementations.